1# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 2# $Id$ 3 4PROG= ypbind 5MAN8= ypbind.8 6CFLAGS+=-DDAEMON 7 8.include <bsd.prog.mk> 9