diff options
Diffstat (limited to 'usr.sbin/yp_mkdb/Makefile')
-rw-r--r-- | usr.sbin/yp_mkdb/Makefile | 4 |
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> |