1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/usr.sbin/ypbind/Makefile
2001-03-20 18:17:26 +00:00

9 lines
136 B
Makefile

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