diff options
author | grog <grog@FreeBSD.org> | 1998-09-28 05:38:52 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 1998-09-28 05:38:52 +0000 |
commit | 90ae3eab9d6f80947510a703a5864eb8ecacd769 (patch) | |
tree | f97a86b17efb57084a6fce1eb9ffe585e113de85 /sys | |
parent | bc08182a5d1a0719f53ba972e79c95b04befebdf (diff) | |
download | FreeBSD-src-90ae3eab9d6f80947510a703a5864eb8ecacd769.zip FreeBSD-src-90ae3eab9d6f80947510a703a5864eb8ecacd769.tar.gz |
Include vinum in SUBDIR
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c4289bd..992f872 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.31 1998/09/15 20:17:35 sos Exp $ +# $Id: Makefile,v 1.32 1998/09/25 17:51:44 rvb Exp $ # XXX present but broken: ip_mroute_mod mfs .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 wcd + pcic portal procfs syscons umapfs vesa vinum wcd .endif # XXX builds, but not useable with present design |