11927Swollman#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
250479Speter# $FreeBSD$
31927Swollman
41927SwollmanPROG=	ypbind
574816SruMAN=	ypbind.8
680029SobrienSRCS=	ypbind.c yp_ping.c
71927Swollman
880029SobrienCFLAGS+= -DDAEMON
980029Sobrien
10201390SedWARNS?=	2
11201390Sed
121927Swollman.include <bsd.prog.mk>
13