From 3d8357b49c9031e0256879898d5ee185f4da74be Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Mon, 28 Sep 1998 05:38:52 +0000 Subject: [PATCH] Include vinum in SUBDIR --- lkm/Makefile | 4 ++-- sbin/Makefile | 5 +++-- sys/modules/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lkm/Makefile b/lkm/Makefile index c4289bd3acd..992f872e361 100644 --- a/lkm/Makefile +++ b/lkm/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 diff --git a/sbin/Makefile b/sbin/Makefile index 73130fac6f2..aa64712aafd 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.55 1998/09/15 10:25:04 gibbs Exp $ +# $Id: Makefile,v 1.56 1998/09/15 11:44:41 phk Exp $ # XXX MISSING: icheck ncheck @@ -58,7 +58,8 @@ SUBDIR= atm \ spppcontrol \ swapon \ tunefs \ - umount + umount \ + vinum .if exists(${.CURDIR}/${MACHINE_ARCH}) SUBDIR+= ${MACHINE_ARCH} diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c4289bd3acd..992f872e361 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