From 03fe6f9d6d014c471e741acc4e30ac008d49f4fa Mon Sep 17 00:00:00 2001 From: wpaul Date: Thu, 6 Jun 1996 17:01:53 +0000 Subject: Add -I${.CURDIR}/../../libexec/ypxfr to CFLAGS so we can see ypxfr_extern.h. --- usr.sbin/yp_mkdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/yp_mkdb') 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 -- cgit v1.1