Use "NOMAN=" instead of "MKMAN=no"; per lukem.

This commit is contained in:
simonb 2002-05-07 02:13:51 +00:00
parent 42f8815d89
commit 91a4b7da7f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.booters,v 1.37 2002/05/05 22:09:05 jdolecek Exp $
# $NetBSD: Makefile.booters,v 1.38 2002/05/07 02:13:51 simonb Exp $
# $S must correspond to the top of the 'sys' tree
S= ${.CURDIR}/../../../..
@ -34,7 +34,7 @@ CPPFLAGS+= -DNETBSD_VERS='"${NETBSD_VERS}"'
PRIMARY_LOAD_ADDRESS?= 0x80700000
SECONDARY_LOAD_ADDRESS?=0x80710000
MKMAN= no
NOMAN= # defined
.if defined(PRIMARY_PROG)
PROG= ${PRIMARY_PROG}