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