summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/syscons/Makefile5
2 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2957ce5..d9bcd25 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -5,14 +5,14 @@
SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
if_sl if_tun ipfilter ipfw joy kernfs kue \
md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
- nwfs portal procfs rl sf sis sk ste ti tl tx \
+ nwfs portal procfs rl sf sis sk ste syscons ti tl tx \
udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
vinum vn vpo vr wb xl
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
- svr4 syscons vesa wi
+ svr4 vesa wi
.endif
.if ${MACHINE_ARCH} == "alpha"
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