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