Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mipsco/stand Make sure to define NOMAN before inclu...
details: https://anonhg.NetBSD.org/src/rev/4038e405a60a
branches: trunk
changeset: 326508:4038e405a60a
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Jan 31 19:38:48 2014 +0000
description:
Make sure to define NOMAN before including <bsd.own.mk>.
diffstat:
sys/arch/mipsco/stand/Makefile.booters | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 50975f6b7fa5 -r 4038e405a60a sys/arch/mipsco/stand/Makefile.booters
--- a/sys/arch/mipsco/stand/Makefile.booters Fri Jan 31 19:38:47 2014 +0000
+++ b/sys/arch/mipsco/stand/Makefile.booters Fri Jan 31 19:38:48 2014 +0000
@@ -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 @@
.PATH: ${.CURDIR}/../common
-NOMAN= # defined
BINMODE?= 444
# XXX SHOULD NOT NEED TO DEFINE THESE!
Home |
Main Index |
Thread Index |
Old Index