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