xref: /freebsd/usr.bin/ypwhich/Makefile (revision 9a0c3479e22feda1bdb2db4b97f9deb1b5fa6269)
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD$
3
4PROG=	ypwhich
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9