enable USERCONF
This commit is contained in:
parent
c76a265365
commit
b07e6c87c0
|
@ -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 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
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 @@ options UCONSOLE # anyone can redirect a virtual console
|
|||
')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
|
||||
|
|
Loading…
Reference in New Issue