xref: /freebsd/usr.sbin/yppoll/Makefile (revision a687910fc4352117413b8e0275383e4c687d4c4c)
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