diff options
author | grog <grog@FreeBSD.org> | 1999-05-15 06:13:27 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 1999-05-15 06:13:27 +0000 |
commit | ea4b34b015972dc7d3c0cc60c405a656ca140c91 (patch) | |
tree | d2adabdf0c7e85db0b33c4c9eeca0cfe9dcbb04c /sys/modules | |
parent | f834718a6b5ecafecff3a638959d1268a2d72dec (diff) | |
download | FreeBSD-src-ea4b34b015972dc7d3c0cc60c405a656ca140c91.zip FreeBSD-src-ea4b34b015972dc7d3c0cc60c405a656ca140c91.tar.gz |
Reenable vinum build.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 20f5232..8b9a58b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,12 +1,9 @@ -# $Id: Makefile,v 1.60 1999/05/06 03:35:44 bde Exp $ +# $Id: Makefile,v 1.61 1999/05/13 09:43:29 phk Exp $ # XXX present but broken: atapi ip_mroute_mod joy pcic 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 - -# Doesn't compile right now -#SUBDIR += vinum + mfs msdos nfs ntfs nullfs portal procfs umapfs union vinum vn # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" |