Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.i386 build GENERIC_PS2TINY and make kern-ps2tiny ker...



details:   https://anonhg.NetBSD.org/src/rev/cf6801240171
branches:  trunk
changeset: 514903:cf6801240171
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Sep 13 18:08:13 2001 +0000

description:
build GENERIC_PS2TINY and make kern-ps2tiny kern set

diffstat:

 etc/etc.i386/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 25f83af722c4 -r cf6801240171 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Thu Sep 13 18:07:26 2001 +0000
+++ b/etc/etc.i386/Makefile.inc Thu Sep 13 18:08:13 2001 +0000
@@ -1,14 +1,14 @@
-#      $NetBSD: Makefile.inc,v 1.28 2001/07/21 13:38:22 jdolecek Exp $
+#      $NetBSD: Makefile.inc,v 1.29 2001/09/13 18:08:13 jdolecek Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
 
 # These are packaged and distributed
-EXTRA_KERNELS+= GENERIC_TINY GENERIC_LAPTOP GENERIC_DIAGNOSTIC
+EXTRA_KERNELS+= GENERIC_TINY GENERIC_LAPTOP GENERIC_DIAGNOSTIC GENERIC_PS2TINY
 
 # These are for use by the bootfloppy construction tools
 BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY INSTALL_LAPTOP INSTALL_PS2
-EXTRA_KERNEL_SETS=tiny laptop
+EXTRA_KERNEL_SETS=tiny laptop ps2tiny
 INSTALLATION_DIRS += installation/misc
 
 # mkisofs arguments to generate bootable iso image



Home | Main Index | Thread Index | Old Index