diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-07-24 00:06:24 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-03 09:48:48 +0000 |
commit | 6e2462f93bf3de7b08885a4677464e11be3c807b (patch) | |
tree | fe72b5405f3c0412ebcd028d3b4547524e37422c /usr/src/pkg | |
parent | 99e6398ed34e1943640f382fec1971ba1ecc2f99 (diff) | |
download | illumos-joyent-6e2462f93bf3de7b08885a4677464e11be3c807b.tar.gz |
14196 Want librename
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-library.mf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-library.mf b/usr/src/pkg/manifests/system-library.mf index f5a0640ecf..d7abc4228b 100644 --- a/usr/src/pkg/manifests/system-library.mf +++ b/usr/src/pkg/manifests/system-library.mf @@ -378,6 +378,7 @@ file path=usr/lib/$(ARCH64)/libpcidb.so.1 file path=usr/lib/$(ARCH64)/libpkcs11.so.1 file path=usr/lib/$(ARCH64)/libproject.so.1 file path=usr/lib/$(ARCH64)/libraidcfg.so.1 +file path=usr/lib/$(ARCH64)/librename.so.1 file path=usr/lib/$(ARCH64)/libreparse.so.1 $(i386_ONLY)file path=usr/lib/$(ARCH64)/libsaveargs.so.1 file path=usr/lib/$(ARCH64)/libsched.so.1 @@ -451,6 +452,7 @@ file path=usr/lib/libpcidb.so.1 file path=usr/lib/libpkcs11.so.1 file path=usr/lib/libproject.so.1 file path=usr/lib/libraidcfg.so.1 +file path=usr/lib/librename.so.1 file path=usr/lib/libreparse.so.1 file path=usr/lib/libsched.so.1 file path=usr/lib/libsctp.so.1 |