summaryrefslogtreecommitdiff
path: root/usr.bin/msgs/Makefile
blob: 1c3619a0febaab8c04fd09671ef72fe4c4093829 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.6 1998/07/24 00:10:57 millert Exp $

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

.include <bsd.prog.mk>