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