diff options
author | 2007-05-18 01:21:03 +0000 | |
---|---|---|
committer | 2007-05-18 01:21:03 +0000 | |
commit | 4436bf3610c804a34438a92f80a5eb1093fc804f (patch) | |
tree | cc22ee7b7032d59355ef1993cc00b70a874991ac | |
parent | Remove no-op code. From tbert. (diff) | |
download | wireguard-openbsd-4436bf3610c804a34438a92f80a5eb1093fc804f.tar.xz wireguard-openbsd-4436bf3610c804a34438a92f80a5eb1093fc804f.zip |
remove the COMPAT entries. they are not useful here
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index b63f0c64006..57e6570b826 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.178 2007/04/26 00:21:39 dlg Exp $ +# $OpenBSD: GENERIC,v 1.179 2007/05/18 01:21:03 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -23,12 +23,6 @@ option APERTURE # in-kernel aperture driver for XFree86 #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 -#option COMPAT_SVR4 # binary compatibility with SVR4 -#option COMPAT_IBCS2 # binary compatibility with SCO and ISC -#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 #option NTFS # Experimental NTFS support |