diff options
author | ache <ache@FreeBSD.org> | 1995-10-28 02:49:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-28 02:49:46 +0000 |
commit | f226018bb9d40ccff28d4b1b433bb009269c135f (patch) | |
tree | d4d39019ad081ae28b7617e00ee3949f116d7a7f /sys/modules | |
parent | 9d04264cb61a7e6c2ac0a4acfaeb3ed1a3597a9d (diff) | |
download | FreeBSD-src-f226018bb9d40ccff28d4b1b433bb009269c135f.zip FreeBSD-src-f226018bb9d40ccff28d4b1b433bb009269c135f.tar.gz |
Temp. disable following modules:
atapi coff ibcs2 ipfw linux syscons wcd
(until they will be fixed)
It allows to build/install other modules from top
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 47ca40c..da2eda3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,8 +1,12 @@ -# $Id: Makefile,v 1.12 1995/08/24 09:06:17 phk Exp $ +# $Id: Makefile,v 1.13 1995/10/10 08:23:13 swallace Exp $ -SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ - ipfw kernfs linux msdos nfs nullfs \ - pcic portal procfs syscons umapfs union +# +# temp. disabled: +# atapi coff ibcs2 ipfw linux syscons wcd +# +SUBDIR= cd9660 fdesc if_disc if_ppp if_sl if_tun \ + kernfs msdos nfs nullfs \ + pcic portal procfs umapfs union # # Doesn't work: # mfs |