summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yp_mkdb/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-06-06 17:01:53 +0000
committerwpaul <wpaul@FreeBSD.org>1996-06-06 17:01:53 +0000
commit03fe6f9d6d014c471e741acc4e30ac008d49f4fa (patch)
treeaae6c2a76c78237c717a4fb6bbe0bd996f38bcec /usr.sbin/yp_mkdb/Makefile
parent96298892ebfe71e5c46d39619ab5e550e12b5828 (diff)
downloadFreeBSD-src-03fe6f9d6d014c471e741acc4e30ac008d49f4fa.zip
FreeBSD-src-03fe6f9d6d014c471e741acc4e30ac008d49f4fa.tar.gz
Add -I${.CURDIR}/../../libexec/ypxfr to CFLAGS so we can see ypxfr_extern.h.
Diffstat (limited to 'usr.sbin/yp_mkdb/Makefile')
-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