summaryrefslogtreecommitdiff
path: root/usr.bin/msgs/Makefile
blob: ad3f0745a54300fe6ca2e8c5544e4b11c9aa8c85 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.7 2002/05/11 00:20:20 espie Exp $

PROG=	msgs
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>