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