aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/yp_mkdb
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-04-04 17:49:21 +0000
commit052238b16cf05cb96be651f5ab80deacf8d6cf0a (patch)
treef272a05efbd4587e0ad18cfb9562b85e0f19ff94 /usr.sbin/yp_mkdb
parent9f45b2da8fa08638581fa4a54d6fbd91b8a55362 (diff)
Notes
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 54cc30cad574..973da6ee0559 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>