Makefile revision 201386
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD: head/usr.bin/ypcat/Makefile 201386 2010-01-02 10:27:05Z ed $
3
4PROG=	ypcat
5
6WARNS?=	3
7
8.include <bsd.prog.mk>
9