summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-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