summaryrefslogtreecommitdiff
path: root/usr.bin/msgs/Makefile
blob: a1a6cb4e2cd3da6b300da60627f9e582e6287d26 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.3 1996/06/26 05:37:17 deraadt Exp $
#	$NetBSD: Makefile,v 1.6 1995/09/28 06:57:37 tls Exp $

PROG=	msgs
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap

.include <bsd.prog.mk>