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