diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-09-12 08:38:13 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-09-12 08:38:13 +0000 |
| commit | b40ce4165d5eb3a5de1515245055350ae3dbab8e (patch) | |
| tree | b1a19fcdf05759281fab0d89efb13f0fdf42102e /sys/modules | |
| parent | 9b36a30ee46a7766f269fe832ef3a2daa2ec04f0 (diff) | |
Notes
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 e16cc7fdadc3f..c6d0f4b7a53c1 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 7f65322c8b14c..466a4d473fbe3 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 \ |
