Tue Jun 18 04:33:57 2013 UTC ()
Add LFS_KERNEL_RFW, a preexisting lfs option that should have been
here all along.


(dholland)
diff -r1.360 -r1.361 src/sys/arch/i386/conf/ALL

cvs diff -r1.360 -r1.361 src/sys/arch/i386/conf/ALL (expand / switch to context diff)
--- src/sys/arch/i386/conf/ALL 2013/06/10 07:14:01 1.360
+++ src/sys/arch/i386/conf/ALL 2013/06/18 04:33:57 1.361
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.360 2013/06/10 07:14:01 kardel Exp $
+# $NetBSD: ALL,v 1.361 2013/06/18 04:33:57 dholland Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.360 $"
+#ident 		"ALL-$Revision: 1.361 $"
 
 maxusers	64		# estimated number of users
 
@@ -200,6 +200,7 @@
 options 	WAPBL		# File system journaling support
 options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
 options 	UFS_EXTATTR
+options 	LFS_KERNEL_RFW
 options 	LFS_EI		# LFS endian-independent support - experimental
 options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
 options 	LFS_EXTATTR	# extended attributes for LFS - experimental