xref: /freebsd/usr.sbin/ypbind/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
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