#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
# $FreeBSD: stable/3/usr.sbin/ypbind/Makefile 50581 1999-08-29 15:57:45Z peter $

SRCS=	ypbind.c yp_ping.c
PROG=	ypbind
MAN8=	ypbind.8
CFLAGS+=-DDAEMON

.include <bsd.prog.mk>
