Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc/etc.mac68k Apply patch (requested by oster):
details: https://anonhg.NetBSD.org/src/rev/5404d720f001
branches: netbsd-1-5
changeset: 493042:5404d720f001
user: he <he%NetBSD.org@localhost>
date: Wed Apr 03 22:22:13 2002 +0000
description:
Apply patch (requested by oster):
Also build the INSTALLSBC and GENERICSBC kernels.
diffstat:
etc/etc.mac68k/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 6b16f9f97240 -r 5404d720f001 etc/etc.mac68k/Makefile.inc
--- a/etc/etc.mac68k/Makefile.inc Wed Apr 03 22:20:27 2002 +0000
+++ b/etc/etc.mac68k/Makefile.inc Wed Apr 03 22:22:13 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.6 2000/06/11 13:01:29 fredb Exp $
+# $NetBSD: Makefile.inc,v 1.6.2.1 2002/04/03 22:22:13 he Exp $
#
# mac68k-specific release building goo
#
@@ -8,8 +8,8 @@
# simply its corresponding config with "ncrscsi" commented out,
# and "sbc" uncommented.
#
-BUILD_KERNELS?= INSTALL # INSTALLSBC
-EXTRA_KERNELS?= # GENERICSBC
+BUILD_KERNELS?= INSTALL INSTALLSBC
+EXTRA_KERNELS?= GENERICSBC
INSTALLATION_DIRS+= installation/instkernel
Home |
Main Index |
Thread Index |
Old Index