1PACKAGE= yp 2PROG= ypbind 3MAN= ypbind.8 4SRCS= ypbind.c yp_ping.c 5 6CFLAGS+= -DDAEMON 7 8WARNS?= 2 9 10.include <bsd.prog.mk> 11