Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf enable USERCONF



details:   https://anonhg.NetBSD.org/src/rev/4ca9ef0fe958
branches:  trunk
changeset: 536528:4ca9ef0fe958
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Sep 18 02:15:09 2002 +0000

description:
enable USERCONF

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 427aeb435ab5 -r 4ca9ef0fe958 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Wed Sep 18 01:55:02 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Wed Sep 18 02:15:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
+# $NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $
 #
 # GENERIC machine description file
 #
@@ -56,7 +56,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.2 $"
+#ident                 "GENERIC-$Revision: 1.3 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -207,7 +207,7 @@
 ')m4_dnl
 #options       INSECURE        # disable kernel security levels
 options        SCSIVERBOSE     # human readable SCSI error messages
-#options       USERCONF        # userconf(4) support
+options        USERCONF        # userconf(4) support
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 options        PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory



Home | Main Index | Thread Index | Old Index