From e51fa92ba162e10d2d67edf85da1b480053b7f7f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 12 Dec 2005 20:39:37 +0000 Subject: Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, otherwise it's just a waste of bytes. ok deraadt@ mickey@ --- sys/arch/i386/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6c970a57cc6..fdefb78824c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.442 2005/12/07 05:05:12 jordan Exp $ +# $OpenBSD: GENERIC,v 1.443 2005/12/12 20:39:35 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -37,6 +37,7 @@ 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 # or use root on nfs swap on nfs -- cgit v1.2.3