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