aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-17 19:02:39 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-17 19:02:39 +0000
commitf20a9c5af804e6715a40bf590dd9b270a9c69542 (patch)
treedb435b08b6085b024973ef071b498adfdb9a5aab /sys/conf
parent87acc0db4291ab38bc2599b38496dfde6707a6dd (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options5
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index afc336a34bef..795f6f833e8e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -276,7 +276,7 @@ kern/kern_exec.c standard
kern/kern_exit.c standard
kern/kern_fork.c standard
kern/kern_ktrace.c standard
-kern/kern_lkm.c standard
+kern/kern_lkm.c optional lkm
kern/kern_lock.c standard
kern/kern_lockf.c standard
kern/kern_malloc.c standard
diff --git a/sys/conf/options b/sys/conf/options
index 5dd760c6bb42..6089840cf00b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.118 1999/01/14 03:30:48 kjc Exp $
+# $Id: options,v 1.119 1999/01/15 10:00:10 bde Exp $
#
# On the handling of kernel options
#
@@ -329,3 +329,6 @@ USBVERBOSE opt_usb.h
# Vinum options
VINUMDEBUG opt_vinum.h
+
+# Include LKM compatability module
+LKM