diff options
author | peter <peter@FreeBSD.org> | 2002-09-07 01:43:58 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-09-07 01:43:58 +0000 |
commit | ec9cab8da4e70ca1743d080f88605c0a3caabb54 (patch) | |
tree | 8472d802aa205c0d4a875b4bd06ffac917bc339b /sys | |
parent | 0226701a8ad85d57121e5bec5c941207911cbddb (diff) | |
download | FreeBSD-src-ec9cab8da4e70ca1743d080f88605c0a3caabb54.zip FreeBSD-src-ec9cab8da4e70ca1743d080f88605c0a3caabb54.tar.gz |
Add COMPAT_AOUT option so that config will not yell when you try and
compile it statically.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options.i386 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 79604eb..5c7413a 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -23,6 +23,7 @@ KSTACK_PAGES # Options for emulators. These should only be used at config time, so # they are handled like options for static filesystems # (see src/sys/conf/options), except for broken debugging options. +COMPAT_AOUT opt_dontuse.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h COMPAT_SVR4 opt_dontuse.h |