Makefile revision 80029
1#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
2# $FreeBSD: head/usr.sbin/ypbind/Makefile 80029 2001-07-20 06:20:32Z obrien $
3
4PROG=	ypbind
5MAN=	ypbind.8
6SRCS=	ypbind.c yp_ping.c
7
8CFLAGS+= -DDAEMON
9
10.include <bsd.prog.mk>
11