Makefile revision 77245
1#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/msgs/Makefile 77245 2001-05-26 21:49:29Z kris $
3
4PROG=	msgs
5WARNS?=	2
6DPADD=	${LIBTERMCAP}
7LDADD=	-ltermcap
8
9.include <bsd.prog.mk>
10