Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand Use "NOMAN=" instead of "MKMAN=no"; per ...
details: https://anonhg.NetBSD.org/src/rev/e8af46e3c22e
branches: trunk
changeset: 526615:e8af46e3c22e
user: simonb <simonb%NetBSD.org@localhost>
date: Tue May 07 02:13:51 2002 +0000
description:
Use "NOMAN=" instead of "MKMAN=no"; per lukem.
diffstat:
sys/arch/pmax/stand/Makefile.booters | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ffd5f46e3313 -r e8af46e3c22e sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters Tue May 07 02:11:07 2002 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters Tue May 07 02:13:51 2002 +0000
@@ -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 @@
PRIMARY_LOAD_ADDRESS?= 0x80700000
SECONDARY_LOAD_ADDRESS?=0x80710000
-MKMAN= no
+NOMAN= # defined
.if defined(PRIMARY_PROG)
PROG= ${PRIMARY_PROG}
Home |
Main Index |
Thread Index |
Old Index