summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/yp_mkdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile
index 7426663..443f46e 100644
--- a/usr.sbin/yp_mkdb/Makefile
+++ b/usr.sbin/yp_mkdb/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/04/28 04:16:05 wpaul Exp $
PROG= yp_mkdb
SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
@@ -7,7 +7,7 @@ MAN8= yp_mkdb.8
.PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
-CFLAGS+= -Dyp_error=warnx
+CFLAGS+= -Dyp_error=warnx -I${.CURDIR}/../../libexec/ypxfr
CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud