aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit76b5366091f76c9bc73570149ef5055648fc2c39 (patch)
tree590d020e0f2a5bea6e09d66d951a674443b21d67 /sys/modules/Makefile
parent4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff)
Notes
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 90b5bb3cdd7e..bc956d9b32ba 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,15 +1,14 @@
-# $Id: Makefile,v 1.46 1999/01/17 19:06:06 peter Exp $
+# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $
# XXX present but broken: ip_mroute_mod
-# XXX not yet completed porting: acd
-# XXX builds but not updated: atapi
-
-SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
- mfs msdos nfs nullfs portal procfs umapfs union vinum
-
-# XXX some of these can move to the general case when de-i386'ed
-.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash syscons vesa
+# XXX not yet completed porting: pcic coda syscons/*
+.if ${MACHINE_ARCH} == "i386"
+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
+#union
+
.include <bsd.subdir.mk>