summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-10-24 18:45:35 +0000
committermjacob <mjacob@FreeBSD.org>2001-10-24 18:45:35 +0000
commitb2ea5b61cef686cf4ce14eb322f6ad779e6d2a48 (patch)
treec5ecdd0482e02eae60d53a15b152ae1e3f974890 /sys/modules
parentf421c786e53d65928cb8116cba5b0ec64d3f7833 (diff)
downloadFreeBSD-src-b2ea5b61cef686cf4ce14eb322f6ad779e6d2a48.zip
FreeBSD-src-b2ea5b61cef686cf4ce14eb322f6ad779e6d2a48.tar.gz
Unbreak alpha builds.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0f8d200..faa70a5 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -11,7 +11,6 @@ SUBDIR= 3dfx \
aha \
amr \
an \
- apm \
aue \
bge \
bridge \
@@ -111,6 +110,7 @@ SUBDIR+=aac \
acpi \
aic \
ar \
+ apm \
asr \
atspeaker \
bktr \
@@ -137,8 +137,9 @@ SUBDIR+=aac \
# smbfs \
.if ${MACHINE} == "pc98"
-SUBDIR+=pmc
-SUBDIR+=snc
+SUBDIR+=apm \
+ pmc \
+ snc
.endif
.if ${MACHINE_ARCH} == "alpha"
OpenPOWER on IntegriCloud