NetBSD/usr.bin/msgs/Makefile

10 lines
177 B
Makefile
Raw Normal View History

1997-10-14 05:28:47 +04:00
# $NetBSD: Makefile,v 1.7 1997/10/14 01:28:47 lukem Exp $
1995-09-28 09:57:37 +03:00
# @(#)Makefile 8.2 (Berkeley) 4/28/95
1993-03-21 12:45:37 +03:00
1997-10-14 05:28:47 +04:00
WARNS?= 1
1993-03-21 12:45:37 +03:00
PROG= msgs
1995-09-28 09:57:37 +03:00
DPADD= ${LIBTERM}
LDADD= -ltermlib
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>