Module Name:    src
Committed By:   joerg
Date:           Sun Jan 23 13:18:02 UTC 2011

Modified Files:
        src/sys/arch/sgimips/stand/boot64: Makefile

Log Message:
Define NOMAN earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sgimips/stand/boot64/Makefile

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/boot64/Makefile
diff -u src/sys/arch/sgimips/stand/boot64/Makefile:1.8 src/sys/arch/sgimips/stand/boot64/Makefile:1.9
--- src/sys/arch/sgimips/stand/boot64/Makefile:1.8	Sat Jan 22 19:19:23 2011
+++ src/sys/arch/sgimips/stand/boot64/Makefile	Sun Jan 23 13:18:02 2011
@@ -1,6 +1,7 @@
-#	$NetBSD: Makefile,v 1.8 2011/01/22 19:19:23 joerg Exp $
+#	$NetBSD: Makefile,v 1.9 2011/01/23 13:18:02 joerg Exp $
 
 PROG=	ip30boot
+NOMAN=	# defined
 
 SRCS=	start64.S boot.c bootinfo.c conf.c devopen.c putchar.c getchar.c \
 	getopt.c disk.c
@@ -28,9 +29,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.

Reply via email to