aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2001-10-24 18:45:35 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2001-10-24 18:45:35 +0000
commit888ef2d92378c7886ce44d39fe56cc4b78263923 (patch)
treec5ecdd0482e02eae60d53a15b152ae1e3f974890 /sys
parenta06fe5111e451d0dc0ddd53f602adc7af83a06cf (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0f8d2006f88a..faa70a5645b5 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"