From 46020b9298fbdaf88af37ac52e60e492982421d6 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 10 Mar 2008 01:08:05 +0000 Subject: [PATCH] MKMAN does not belong in source makefiles; use NOMAN. --- usr.bin/mkcsmapper/Makefile | 5 +++-- usr.bin/mkesdb/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/usr.bin/mkcsmapper/Makefile b/usr.bin/mkcsmapper/Makefile index 10d7f58e6a50..e2f5ed45e80c 100644 --- a/usr.bin/mkcsmapper/Makefile +++ b/usr.bin/mkcsmapper/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/10/27 00:14:59 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2008/03/10 01:08:05 dholland Exp $ + +NOMAN=# defined (must come before bsd.own.mk) .ifndef HOSTPROG .include @@ -16,7 +18,6 @@ CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \ -I${NETBSDSRCDIR}/lib/libc/citrus/modules \ -DHOSTPROG -DLIBC_SCCS YHEADER= 1 -MKMAN= no .ifndef HOSTPROG .include diff --git a/usr.bin/mkesdb/Makefile b/usr.bin/mkesdb/Makefile index 94e612fe7dbc..858d2efce994 100644 --- a/usr.bin/mkesdb/Makefile +++ b/usr.bin/mkesdb/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/10/27 00:14:59 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2008/03/10 01:08:05 dholland Exp $ + +NOMAN=# defined (must come before bsd.own.mk) .ifndef HOSTPROG .include @@ -15,7 +17,6 @@ CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \ -I${NETBSDSRCDIR}/lib/libc/citrus \ -DHOSTPROG -DLIBC_SCCS YHEADER= 1 -MKMAN= no .ifndef HOSTPROG .include