summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-11-03 08:58:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-11-03 08:58:27 +0000
commitcabb29ecf09b96496848089a9d8b67184328f7f9 (patch)
tree7ac5f381aa768c1aed9890b3eb6230427e029e28
parent7b91328a39f8b770467de86c5fd3e0dbf644bff3 (diff)
Notes
-rw-r--r--sys/modules/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 263cc3c7c6ba..382ed3b70035 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,12 +1,10 @@
-# $Id: Makefile,v 1.35 1998/11/03 06:51:48 peter Exp $
+# $Id: Makefile,v 1.36 1998/11/03 08:03:04 peter Exp $
# XXX present but broken: ip_mroute_mod
-# XXX not yet completed porting: pcic coda syscons/*
+# XXX not yet completed porting: pcic syscons/*
# XXX builds but not updated: atapi, wcd, maybe vesa
-.if ${MACHINE_ARCH} == "i386"
-SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \
+SUBDIR= atapi ccd cd9660 coda coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \
if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \
portal procfs syscons umapfs union vesa vinum wcd
-.endif
.include <bsd.subdir.mk>