From ec9cab8da4e70ca1743d080f88605c0a3caabb54 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 7 Sep 2002 01:43:58 +0000 Subject: [PATCH] Add COMPAT_AOUT option so that config will not yell when you try and compile it statically. --- sys/conf/options.i386 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 79604eb860a8..5c7413aa3285 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