NetBSD/usr.bin/msgs/Makefile

9 lines
171 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2010/02/03 15:34:45 roy Exp $
1995-09-28 09:57:37 +03:00
# @(#)Makefile 8.2 (Berkeley) 4/28/95
1993-03-21 12:45:37 +03:00
PROG= msgs
DPADD= ${LIBTERMINFO}
LDADD= -lterminfo
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>