1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/usr.sbin/ypbind/Makefile
1999-08-28 01:35:59 +00:00

10 lines
151 B
Makefile

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