]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/ypbind/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / ypbind / Makefile
1 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
2 # $FreeBSD$
3
4 PROG=   ypbind
5 MAN=    ypbind.8
6 SRCS=   ypbind.c yp_ping.c
7
8 CFLAGS+= -DDAEMON
9
10 .include <bsd.prog.mk>