cbc83e378a
Differential Revision: https://reviews.freebsd.org/D32098
9 lines
107 B
Makefile
9 lines
107 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= msgs
|
|
|
|
LIBADD= tinfow
|
|
|
|
.include <bsd.prog.mk>
|