]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/ypbind/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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 WARNS?= 2
11
12 .include <bsd.prog.mk>