xref: /freebsd/usr.sbin/yppoll/Makefile (revision 2e620256bd76c449c835c604e404483437743011)
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2
3PACKAGE=	yp
4PROG=	yppoll
5MAN=	yppoll.8
6
7WARNS?=	3
8
9.include <bsd.prog.mk>
10