summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 992f872..bc956d9 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,13 +1,14 @@
-# $Id: Makefile,v 1.32 1998/09/25 17:51:44 rvb Exp $
+# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $
-# XXX present but broken: ip_mroute_mod mfs
+# XXX present but broken: ip_mroute_mod
+# XXX not yet completed porting: pcic coda syscons/*
.if ${MACHINE_ARCH} == "i386"
-SUBDIR= atapi coda ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
- ipfw joy kernfs linux msdos nfs nullfs \
- pcic portal procfs syscons umapfs vesa vinum wcd
+SUBDIR= atapi ccd cd9660 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 vesa vinum wcd
.endif
# XXX builds, but not useable with present design
-# fpu gnufpu union
+#union
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud