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