summaryrefslogtreecommitdiff
path: root/usr.bin/msgs/Makefile
blob: f73804fb5b01bb76a10eec3dd4a226cd80f714bc (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.5 1997/09/21 11:50:11 deraadt Exp $

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

.include <bsd.prog.mk>