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

Modified Files:
        src/sys/arch/pmax/stand: Makefile.booters

Log Message:
Define NOMAN earlier


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/pmax/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/pmax/stand/Makefile.booters
diff -u src/sys/arch/pmax/stand/Makefile.booters:1.53 src/sys/arch/pmax/stand/Makefile.booters:1.54
--- src/sys/arch/pmax/stand/Makefile.booters:1.53	Sat Jan 22 19:19:21 2011
+++ src/sys/arch/pmax/stand/Makefile.booters	Sun Jan 23 13:18:57 2011
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.booters,v 1.53 2011/01/22 19:19:21 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.54 2011/01/23 13:18:57 joerg Exp $
+
+NOMAN=		# defined
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>		# for HOST_SH
@@ -31,8 +33,6 @@
 PRIMARY_LOAD_ADDRESS?=	0x80700000
 SECONDARY_LOAD_ADDRESS?=0x80710000
 
-NOMAN=		# defined
-
 .if defined(PRIMARY_PROG)
 PROG=		${PRIMARY_PROG}
 SRCS =		start.S bootxx.c callvec.c

Reply via email to