From 8a3ac60bb84f20433d0b4bf08c4a0630c4e47a10 Mon Sep 17 00:00:00 2001 From: cjs Date: Fri, 12 Feb 1999 05:15:35 +0000 Subject: [PATCH] Change NOMAN to MKMAN. --- sys/arch/i386/stand/installboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile index 48bd48f3aa1b..ec3facc0892b 100644 --- a/sys/arch/i386/stand/installboot/Makefile +++ b/sys/arch/i386/stand/installboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/01/29 18:41:50 christos Exp $ +# $NetBSD: Makefile,v 1.9 1999/02/12 05:15:35 cjs Exp $ .include @@ -8,7 +8,7 @@ PROG= installboot SRCS= installboot.c bootblks.c getmount.c loadfile.c -NOMAN= yes +MKMAN= no CPPFLAGS+= -I${.CURDIR}/../lib/crt/bootsect CPPFLAGS+= -I${.CURDIR}/../lib