freebsd-dev/usr.sbin/yp_mkdb/Makefile
wpaul c0b4738d2e This commit was generated by cvs2svn to compensate for changes in r15423,
which included commits to RCS files with non-trunk default branches.
1996-04-28 04:16:06 +00:00

14 lines
237 B
Makefile

# $Id$
PROG= yp_mkdb
SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
MAN8= yp_mkdb.8
.PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
CFLAGS+= -Dyp_error=warnx
CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
.include <bsd.prog.mk>