summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yp_mkdb
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
committerobrien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
commita920d12f895baea61f01b199f25047011e4ff386 (patch)
treef272a05efbd4587e0ad18cfb9562b85e0f19ff94 /usr.sbin/yp_mkdb
parent5468286a89667ccea8bf58047707fe6b3b58f8a5 (diff)
downloadFreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.zip
FreeBSD-src-a920d12f895baea61f01b199f25047011e4ff386.tar.gz
style.Makefile(5)
Diffstat (limited to 'usr.sbin/yp_mkdb')
-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 54cc30c..973da6e 100644
--- a/usr.sbin/yp_mkdb/Makefile
+++ b/usr.sbin/yp_mkdb/Makefile
@@ -6,7 +6,7 @@ PROG= yp_mkdb
MAN= yp_mkdb.8
SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
-CFLAGS+= -Dyp_error=warnx -I${.CURDIR}/../../libexec/ypxfr
-CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
+CFLAGS+= -Dyp_error=warnx
+CFLAGS+= -I${.CURDIR}/../../libexec/ypxfr -I${.CURDIR}/../../usr.sbin/ypserv
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud