aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-08 03:55:35 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-08 03:55:35 +0000
commite6f88402ff9d8a0d14cfbfb1ed65f6ff29544647 (patch)
treeb76af65c6c3c47f9d287fa8fa1d27247225505bb /sys/modules
parent0333ea509d98c356e1685d41085113d00ac10ea6 (diff)
downloadsrc-e6f88402ff9d8a0d14cfbfb1ed65f6ff29544647.tar.gz
src-e6f88402ff9d8a0d14cfbfb1ed65f6ff29544647.zip
Move the awi module build dependency into the MACHINE_ARCH=i386 entry.
Notes
Notes: svn path=/head/; revision=107675
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b158aed8eaeb..5a47e09d09c6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -158,6 +158,7 @@ SUBDIR+=3dfx \
aout \
apm \
ar \
+ awi \
arcnet \
bktr \
coff \
@@ -198,7 +199,6 @@ SUBDIR+=aac \
acpi \
asr \
atspeaker \
- awi \
cardbus \
cbb \
ciss \
@@ -212,8 +212,7 @@ SUBDIR+=aac \
vesa
.elif ${MACHINE} == "pc98"
-SUBDIR+=awi \
- pcspeaker \
+SUBDIR+=pcspeaker \
pmc \
snc
.endif