]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ypbind/Makefile
contrib/bc: update to version 5.2.5
[FreeBSD/FreeBSD.git] / usr.sbin / ypbind / Makefile
1 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
2 # $FreeBSD$
3
4 PACKAGE=        yp
5 PROG=   ypbind
6 MAN=    ypbind.8
7 SRCS=   ypbind.c yp_ping.c
8
9 CFLAGS+= -DDAEMON
10
11 WARNS?= 2
12
13 .include <bsd.prog.mk>