aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/Makefile
blob: 915d001be4dc53849b6c508a213dfd968e82973f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
# $FreeBSD$

PROG=	ypbind
MAN=	ypbind.8
SRCS=	ypbind.c yp_ping.c

CFLAGS+= -DDAEMON

.include <bsd.prog.mk>