diff options
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 8 | ||||
-rw-r--r-- | sys/modules/netgraph/Makefile | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e16cc7f..c6d0f4b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -49,13 +49,11 @@ SUBDIR= 3dfx \ mii \ mlx \ msdosfs \ - ncp \ nfs \ nge \ nmdm \ ntfs \ nullfs \ - nwfs \ pcn \ portalfs \ procfs \ @@ -99,6 +97,9 @@ SUBDIR= 3dfx \ wx \ xl +#removed while KSE settles in: +# ncp \ +# nwfs \ # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" SUBDIR+=aac \ @@ -120,13 +121,14 @@ SUBDIR+=aac \ pecoff \ ray \ s3 \ - smbfs \ splash \ sr \ streams \ vesa \ wi .endif +#removed while KSE settles in: +# smbfs \ .if ${MACHINE} == "pc98" SUBDIR+=snc diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 7f65322..466a4d4 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -6,6 +6,7 @@ SUBDIR= async \ bridge \ cisco \ echo \ + eiface \ ether \ frame_relay \ hole \ |