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