Module Name: src
Committed By: joerg
Date: Mon Jan 24 19:26:17 UTC 2011
Modified Files:
src/sys/arch/sgimips/stand: Makefile.booters
Log Message:
Define NOMAN earlier
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sgimips/stand/Makefile.booters
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sgimips/stand/Makefile.booters
diff -u src/sys/arch/sgimips/stand/Makefile.booters:1.18 src/sys/arch/sgimips/stand/Makefile.booters:1.19
--- src/sys/arch/sgimips/stand/Makefile.booters:1.18 Sat Jan 22 19:19:23 2011
+++ src/sys/arch/sgimips/stand/Makefile.booters Mon Jan 24 19:26:16 2011
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.booters,v 1.18 2011/01/22 19:19:23 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.19 2011/01/24 19:26:16 joerg Exp $
+
+# PROG set by parent.
+NOMAN= # defined
.include <bsd.own.mk>
.include <bsd.sys.mk> # for HOST_SH
@@ -34,9 +37,6 @@
CPPFLAGS+= -Dsgimips
-# PROG set by parent.
-NOMAN= # defined
-
# We load the kernel at 420K in from the start of RAM to give the boot
# loader plenty of breathing room. Load the boot loader starting at
# the second page of RAM.