diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-28 02:49:46 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-28 02:49:46 +0000 |
| commit | 75b65495cb435b69d3f9181e67885ccffab74855 (patch) | |
| tree | d4d39019ad081ae28b7617e00ee3949f116d7a7f /sys/modules/Makefile | |
| parent | 7e37cfc3fdeac2c09eb66a68388bcecb369ca1c7 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -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 47ca40ccfe530..da2eda386d592 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 |
