summaryrefslogtreecommitdiff
path: root/sys/modules/syscons
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-06 02:09:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-06 02:09:48 +0000
commitae9f5eb96ded778e33420f191962275cc666bd47 (patch)
tree6aeaf85c401ccc5bdfe212f3b44892cec8545797 /sys/modules/syscons
parent89ddae5c57bc3b46a840df464b1cca02a36925ef (diff)
Notes
Diffstat (limited to 'sys/modules/syscons')
-rw-r--r--sys/modules/syscons/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile
index 491590071c7f..e214f93eb130 100644
--- a/sys/modules/syscons/Makefile
+++ b/sys/modules/syscons/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
SUBDIR =
-SUBDIR += apm
SUBDIR += blank
SUBDIR += daemon
SUBDIR += fade
@@ -13,4 +12,8 @@ SUBDIR += snake
SUBDIR += star
SUBDIR += warp
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR += apm
+.endif
+
.include <bsd.subdir.mk>