1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/ypbind/Makefile

13 lines
163 B
Makefile

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $FreeBSD$
PROG= ypbind
MAN= ypbind.8
SRCS= ypbind.c yp_ping.c
CFLAGS+= -DDAEMON
WARNS?= 2
.include <bsd.prog.mk>