From 75b65495cb435b69d3f9181e67885ccffab74855 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 28 Oct 1995 02:49:46 +0000 Subject: [PATCH] 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 --- lkm/Makefile | 12 ++++++++---- sys/modules/Makefile | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/lkm/Makefile b/lkm/Makefile index 47ca40ccfe5..da2eda386d5 100644 --- a/lkm/Makefile +++ b/lkm/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 diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 47ca40ccfe5..da2eda386d5 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