From a920d12f895baea61f01b199f25047011e4ff386 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 4 Apr 2003 17:49:21 +0000 Subject: style.Makefile(5) --- 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 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 -- cgit v1.1