Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools build makefs, and, sparc-installboot if sparc||sparc64
details: https://anonhg.NetBSD.org/src/rev/df1a0fcc2883
branches: trunk
changeset: 520228:df1a0fcc2883
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jan 05 07:03:30 2002 +0000
description:
build makefs, and, sparc-installboot if sparc||sparc64
diffstat:
tools/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 41c590e7b5af -r df1a0fcc2883 tools/Makefile
--- a/tools/Makefile Sat Jan 05 07:00:56 2002 +0000
+++ b/tools/Makefile Sat Jan 05 07:03:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/12/31 22:35:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.25 2002/01/05 07:03:30 mrg Exp $
.include <bsd.own.mk>
@@ -17,12 +17,16 @@
yacc .WAIT \
groff \
lex .WAIT \
- asn1_compile compile_et config lint1 msgc menuc mklocale \
- pwd_mkdb
+ asn1_compile compile_et config lint1 msgc menuc makefs \
+ mklocale pwd_mkdb
.if ${MKMAINTAINERTOOLS:Uno} != "no"
SUBDIR+= m4 .WAIT autoconf
.endif
+
+.if ${MACHINE} == sparc || ${MACHINE} == sparc64
+SUBDIR+= sparc-installboot
+.endif
.endif
.if ${MKTOOLS:Uyes} == "no" || ${USETOOLS} != "yes"
Home |
Main Index |
Thread Index |
Old Index