aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-06-24 05:21:19 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-06-24 05:21:19 +0000
commit9e0450400dd9fb7e4c8c957dee0e5ab8c4a43352 (patch)
treec12a0c6abff24b0875d12cc12ef3be36f59c9ffb /sys/modules/Makefile
parentaee054de4ab8b5d7c6ad29c086d921dc31770574 (diff)
Notes
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index a767fcbec359..aad6331b3d38 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,7 +1,6 @@
-# $Id: Makefile,v 1.63 1999/06/02 07:15:17 jb Exp $
+# $Id: Makefile,v 1.64 1999/06/12 15:11:33 roger Exp $
# XXX present but broken: atapi ip_mroute_mod joy pcic
-# XXX vinum removed pending cdevsw changes review by grog.
SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \
mfs msdos nfs ntfs nullfs portal procfs umapfs union vn
@@ -9,7 +8,7 @@ SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \
- svr4 syscons vesa
+ svr4 syscons vesa vinum
.endif
.include <bsd.subdir.mk>