Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.shark Add "aout" to KERNEL_SUFFIXES.



details:   https://anonhg.NetBSD.org/src/rev/a4b36d111c62
branches:  trunk
changeset: 524807:a4b36d111c62
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 31 03:39:55 2002 +0000

description:
Add "aout" to KERNEL_SUFFIXES.

diffstat:

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

diffs (15 lines):

diff -r 5f4a00b9b532 -r a4b36d111c62 etc/etc.shark/Makefile.inc
--- a/etc/etc.shark/Makefile.inc        Sun Mar 31 03:36:15 2002 +0000
+++ b/etc/etc.shark/Makefile.inc        Sun Mar 31 03:39:55 2002 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.3 2002/03/30 06:55:17 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2002/03/31 03:39:55 thorpej Exp $
 #
 #      etc.shark/Makefile.inc -- shark-specific etc Makefile targets
 #
 
 KERNEL_SETS=           GENERIC
+KERNEL_SUFFIXES=       aout
 
 BUILD_KERNELS=         INSTALL
 



Home | Main Index | Thread Index | Old Index