diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-09-26 05:54:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-09-26 05:54:24 +0000 |
| commit | 4e54e04e185bdbe59834b09782fac81af31d4315 (patch) | |
| tree | d9aeb319b7a2310bad3d53aec46cef260b097173 | |
| parent | bbe04fe2ca1a4f393e00d49875a30693fbcaa32d (diff) | |
Notes
| -rw-r--r-- | sys/modules/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 243a689793d3..88211cbdeb0e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -127,6 +127,7 @@ SUBDIR+=ipfilter # ncp \ # nwfs \ # XXX some of these can move to the general case when de-i386'ed +# XXX some of these can move now, but are untested on other architectures. .if ${MACHINE} == "i386" SUBDIR+=aac \ acpi \ @@ -139,6 +140,8 @@ SUBDIR+=aac \ atspeaker \ bktr \ cam \ + cardbus \ + cbb \ cd9660 \ ciss \ cm \ @@ -146,6 +149,7 @@ SUBDIR+=aac \ drm \ el \ em \ + ep \ fe \ fpu \ gnufpu \ @@ -162,6 +166,7 @@ SUBDIR+=aac \ netgraph \ oltr \ pecoff \ + pccard \ ray \ s3 \ sbni \ |
