diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-05 22:20:23 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-05 22:20:23 +0000 |
commit | 90e5cb54ee8b88d45a86811b794a4681c68dc62b (patch) | |
tree | 03dacd01e14da0e1e6098c1eae5aceea23a324db /sys/arch/i386/conf/GENERIC | |
parent | 0663a4737a4e7ae57ba0218fb2d60afe51c07aa9 (diff) |
remove compat_bsdos support
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 71ea77723b7..54e042e6a85 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.687 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: GENERIC,v 1.688 2010/07/05 22:20:22 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -26,7 +26,6 @@ option APERTURE # in-kernel aperture driver for XFree86 option COMPAT_SVR4 # binary compatibility with SVR4 option COMPAT_LINUX # binary compatibility with Linux option COMPAT_FREEBSD # binary compatibility with FreeBSD -option COMPAT_BSDOS # binary compatibility with BSD/OS option COMPAT_AOUT # a.out binaries are emulated option PROCFS # /proc |