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