freebsd_amp_hwpstate/usr.sbin/ypbind/Makefile

12 lines
119 B
Makefile

PACKAGE= yp
PROG= ypbind
MAN= ypbind.8
SRCS= ypbind.c yp_ping.c
CFLAGS+= -DDAEMON
WARNS?= 2
.include <bsd.prog.mk>