raidframe works well enough now to initialize parity, so install it.
This commit is contained in:
parent
4d85867fc4
commit
fed1ab4ee0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: shl.elf,v 1.188 2009/10/09 00:48:33 haad Exp $
|
||||
# $NetBSD: shl.elf,v 1.189 2009/10/11 11:26:40 pooka Exp $
|
||||
#
|
||||
# Note: Do not mark "old" major and major.minor shared libraries as
|
||||
# "obsolete"; just remove the entry, as third-party applications
|
||||
|
@ -239,6 +239,8 @@
|
|||
./usr/lib/librumpdev_disk.so.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_netsmb.so base-rump-shlib
|
||||
./usr/lib/librumpdev_netsmb.so.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_raidframe.so base-rump-shlib
|
||||
./usr/lib/librumpdev_raidframe.so.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_rnd.so base-rump-shlib
|
||||
./usr/lib/librumpdev_rnd.so.0 base-rump-shlib
|
||||
./usr/lib/librumpfs_cd9660.so base-rump-shlib
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: shl.mi,v 1.499 2009/10/10 18:06:53 bad Exp $
|
||||
# $NetBSD: shl.mi,v 1.500 2009/10/11 11:26:40 pooka Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
|
@ -127,6 +127,7 @@
|
|||
./usr/lib/librumpdev_cgd.so.0.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_disk.so.0.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_netsmb.so.0.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_raidframe.so.0.0 base-rump-shlib
|
||||
./usr/lib/librumpdev_rnd.so.0.0 base-rump-shlib
|
||||
./usr/lib/librumpfs_cd9660.so.0.0 base-rump-shlib
|
||||
./usr/lib/librumpfs_efs.so.0.0 base-rump-shlib
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.1326 2009/10/10 18:06:53 bad Exp $
|
||||
# $NetBSD: mi,v 1.1327 2009/10/11 11:26:40 pooka Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -2553,6 +2553,9 @@
|
|||
./usr/lib/librumpdev_netsmb.a comp-c-lib
|
||||
./usr/lib/librumpdev_netsmb_g.a -unknown- debuglib
|
||||
./usr/lib/librumpdev_netsmb_p.a comp-c-proflib profile
|
||||
./usr/lib/librumpdev_raidframe.a comp-c-lib
|
||||
./usr/lib/librumpdev_raidframe_g.a -unknown- debuglib
|
||||
./usr/lib/librumpdev_raidframe_p.a comp-c-proflib profile
|
||||
./usr/lib/librumpdev_rnd.a comp-c-lib
|
||||
./usr/lib/librumpdev_rnd_g.a -unknown- debuglib
|
||||
./usr/lib/librumpdev_rnd_p.a comp-c-proflib profile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: shl.mi,v 1.90 2009/10/09 00:48:35 haad Exp $
|
||||
# $NetBSD: shl.mi,v 1.91 2009/10/11 11:26:41 pooka Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -91,6 +91,7 @@
|
|||
./usr/lib/librumpdev_cgd_pic.a comp-c-piclib
|
||||
./usr/lib/librumpdev_disk_pic.a comp-c-piclib
|
||||
./usr/lib/librumpdev_netsmb_pic.a comp-c-piclib
|
||||
./usr/lib/librumpdev_raidframe_pic.a comp-c-piclib
|
||||
./usr/lib/librumpdev_rnd_pic.a comp-c-piclib
|
||||
./usr/lib/librumpfs_cd9660_pic.a comp-c-piclib
|
||||
./usr/lib/librumpfs_efs_pic.a comp-c-piclib
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile.rumpdev,v 1.4 2009/09/08 20:34:48 pooka Exp $
|
||||
# $NetBSD: Makefile.rumpdev,v 1.5 2009/10/11 11:26:40 pooka Exp $
|
||||
#
|
||||
|
||||
#RUMPDEVLIST= raidframe
|
||||
RUMPDEVLIST= cgd disk netsmb rnd
|
||||
RUMPDEVLIST= cgd disk netsmb raidframe rnd
|
||||
|
||||
.for var in ${RUMPDEVLIST}
|
||||
RUMPDEVLIBS+=lib${var}
|
||||
|
|
Loading…
Reference in New Issue