diff options
author | 1997-03-12 15:59:01 +0000 | |
---|---|---|
committer | 1997-03-12 15:59:01 +0000 | |
commit | 11b9e1eb99c18f46c199529b5c22cd5c11de6d0c (patch) | |
tree | 7b70f62d1deaaa2c37de2f048971e780e518b68b | |
parent | I'm much too tired. (diff) | |
download | wireguard-openbsd-11b9e1eb99c18f46c199529b5c22cd5c11de6d0c.tar.xz wireguard-openbsd-11b9e1eb99c18f46c199529b5c22cd5c11de6d0c.zip |
Add options LKM.
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/GENERICSBC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/TIGER | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 11180cd4a9b..60c3bb6d91c 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 1997/03/12 13:24:15 briggs Exp $ +# $OpenBSD: GENERIC,v 1.17 1997/03/12 15:59:01 briggs Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC @@ -31,6 +31,8 @@ options FDESC # user file descriptor filesystem #options PORTAL # portal filesystem (still experimental) options PROCFS # Process filesystem +options LKM # loadable kernel modules + options SCSI #options SCSIDEBUG diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index 3b30ada5d8f..95235c4f261 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERICSBC,v 1.2 1997/03/12 13:24:15 briggs Exp $ +# $OpenBSD: GENERICSBC,v 1.3 1997/03/12 15:59:01 briggs Exp $ # $NetBSD: GENERIC,v 1.52 1997/01/13 23:34:07 scottr Exp $ # # GENERIC @@ -31,6 +31,8 @@ options FDESC # user file descriptor filesystem #options PORTAL # portal filesystem (still experimental) options PROCFS # Process filesystem +options LKM # loadable kernel modules + options SCSI #options SCSIDEBUG diff --git a/sys/arch/mac68k/conf/TIGER b/sys/arch/mac68k/conf/TIGER index ee5746fc711..81778126258 100644 --- a/sys/arch/mac68k/conf/TIGER +++ b/sys/arch/mac68k/conf/TIGER @@ -1,4 +1,4 @@ -# $OpenBSD: TIGER,v 1.3 1997/03/12 13:24:16 briggs Exp $ +# $OpenBSD: TIGER,v 1.4 1997/03/12 15:59:02 briggs Exp $ # $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $ # # Allen's Q700 @@ -27,6 +27,8 @@ options KERNFS # kernel data-structure filesystem options FDESC # user file descriptor filesystem options PROCFS # Process filesystem +options LKM # loadable kernel modules + options SCSI # Networking options |