diff options
author | peter <peter@FreeBSD.org> | 1996-12-26 23:38:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-12-26 23:38:17 +0000 |
commit | e1f722b398a77cb4683a46732cd4f85139484926 (patch) | |
tree | 8396e57a75cb43e163fb688e358f68997b2146ad /sys | |
parent | 87e564fb816855954776935e017a216ee1435247 (diff) | |
download | FreeBSD-src-e1f722b398a77cb4683a46732cd4f85139484926.zip FreeBSD-src-e1f722b398a77cb4683a46732cd4f85139484926.tar.gz |
Put INCLUDE_CONFIG_FILE into opt_config.h rather than the CFLAGS line
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index b814662..33de3eb 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.20 1996/12/22 23:16:50 joerg Exp $ +# $Id: options,v 1.22 1996/12/23 18:42:02 bde Exp $ # Format: # Option name filename @@ -15,6 +15,9 @@ SYSVSEM opt_sysvipc.h SYSVSHM opt_sysvipc.h UCONSOLE +# Do we want the config file compiled into the kernel? +INCLUDE_CONFIG_FILE opt_config.h + # Options for static file systems. These should only be used at config # time, since the corresponding lkms cannot work if there are any static # dependencies. Unusability is enforced by hiding the defines for the |