Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf pull in GENERIC.local if it exists



details:   https://anonhg.NetBSD.org/src/rev/103271f77d3a
branches:  trunk
changeset: 768629:103271f77d3a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Aug 23 12:27:01 2011 +0000

description:
pull in GENERIC.local if it exists

diffstat:

 sys/arch/usermode/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3494dae30f7a -r 103271f77d3a sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC    Tue Aug 23 12:06:14 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC    Tue Aug 23 12:27:01 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.11 2011/08/22 15:28:34 reinoud Exp $
+# $NetBSD: GENERIC,v 1.12 2011/08/23 12:27:01 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.11 $"
+#ident                 "GENERIC-$Revision: 1.12 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -44,3 +44,6 @@
 ld0            at mainbus?
 
 pseudo-device  loop
+
+# Pull in optional local configuration
+cinclude "arch/usermode/conf/GENERIC.local"



Home | Main Index | Thread Index | Old Index