xref: /freebsd/usr.sbin/ypbind/Makefile (revision 55141f2c8991b2a6adbf30bb0fe3e6cbc303f06d)
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2
3PACKAGE=	yp
4PROG=	ypbind
5MAN=	ypbind.8
6SRCS=	ypbind.c yp_ping.c
7
8CFLAGS+= -DDAEMON
9
10WARNS?=	2
11
12.include <bsd.prog.mk>
13