Module Name:    src
Committed By:   tsutsui
Date:           Fri Jan 31 19:38:48 UTC 2014

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

Log Message:
Make sure to define NOMAN before including <bsd.own.mk>.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/mipsco/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/mipsco/stand/Makefile.booters
diff -u src/sys/arch/mipsco/stand/Makefile.booters:1.20 src/sys/arch/mipsco/stand/Makefile.booters:1.21
--- src/sys/arch/mipsco/stand/Makefile.booters:1.20	Thu Jan 16 01:15:34 2014
+++ src/sys/arch/mipsco/stand/Makefile.booters	Fri Jan 31 19:38:48 2014
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile.booters,v 1.20 2014/01/16 01:15:34 christos Exp $
+#	$NetBSD: Makefile.booters,v 1.21 2014/01/31 19:38:48 tsutsui Exp $
+
+NOMAN=		# defined
 
 .include <bsd.own.mk>
 
@@ -8,7 +10,6 @@ MIPSCO=	${S}/arch/mipsco
 
 .PATH:	${.CURDIR}/../common
 
-NOMAN=		# defined
 BINMODE?= 444
 
 # XXX SHOULD NOT NEED TO DEFINE THESE!

Reply via email to