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