freebsd-nq/usr.sbin/ypbind/Makefile

14 lines
175 B
Makefile
Raw Normal View History

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