summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-06 02:06:35 +0000
committerobrien <obrien@FreeBSD.org>2000-05-06 02:06:35 +0000
commit4b8735f97783ddc7b41664b6f3284ae51cc06411 (patch)
tree6259b851be89621fc85bdac04fdff99431e7f446 /sys/modules/syscons
parent3c204936cd715fdb0abc6efbedbb909e2fd9f942 (diff)
downloadFreeBSD-src-4b8735f97783ddc7b41664b6f3284ae51cc06411.zip
FreeBSD-src-4b8735f97783ddc7b41664b6f3284ae51cc06411.tar.gz
All the screen savers other than "apm" build on the Alpha. daemon.ko has
been tested to work.
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 4915900..e214f93 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>
OpenPOWER on IntegriCloud