summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-10-01 19:05:18 +0000
committerjake <jake@FreeBSD.org>2002-10-01 19:05:18 +0000
commit0ef73680b0804e188be2116522496e0d3f950e1f (patch)
tree547cbd88aa021fcf9985569c5bf88bd07480becf /sys
parent1cbad971e53ddc1bc078abad3dee96ac48e08225 (diff)
downloadFreeBSD-src-0ef73680b0804e188be2116522496e0d3f950e1f.zip
FreeBSD-src-0ef73680b0804e188be2116522496e0d3f950e1f.tar.gz
Moved the cam and cd9660 modules to the MI list. Don't build msdosfs or
syscons on sparc64; msdosfs will likely never work, syscons needs work.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f7c3f9c..d9720a6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -15,7 +15,9 @@ SUBDIR= 3dfx \
aue \
bge \
bridge \
+ cam \
ccd \
+ cd9660 \
coda \
cue \
dc \
@@ -60,7 +62,6 @@ SUBDIR= 3dfx \
md \
mii \
mlx \
- msdosfs \
nfsclient \
nfsserver \
nge \
@@ -86,7 +87,6 @@ SUBDIR= 3dfx \
snp \
ste \
sym \
- syscons \
sysvipc \
ti \
tl \
@@ -119,6 +119,11 @@ SUBDIR= 3dfx \
wb \
xl
+.if ${MACHINE_ARCH} != "sparc64"
+SUBDIR+=msdosfs \
+ syscons
+.endif
+
.if !defined(NO_IPFILTER) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=ipfilter
.endif
@@ -139,10 +144,8 @@ SUBDIR+=aac \
asr \
atspeaker \
bktr \
- cam \
cardbus \
cbb \
- cd9660 \
ciss \
cm \
coff \
@@ -193,8 +196,6 @@ SUBDIR+=aic \
apm \
atspeaker \
bktr \
- cam \
- cd9660 \
coff \
em \
fe \
@@ -250,9 +251,7 @@ SUBDIR+=aic \
.endif
.if ${MACHINE_ARCH} == "alpha"
-SUBDIR+=cam \
- cd9660 \
- linprocfs \
+SUBDIR+=linprocfs \
linux \
lomac \
osf1 \
OpenPOWER on IntegriCloud