1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD$
3
4PROG=	ypset
5MAN=	ypset.8
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10