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