mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Include vinum in SUBDIR
This commit is contained in:
parent
759ae89394
commit
3d8357b49c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39707
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user