Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Install rumpclient to /lib to allow non-/usr users.



details:   https://anonhg.NetBSD.org/src/rev/1598e6a5aaac
branches:  trunk
changeset: 758998:1598e6a5aaac
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Nov 23 12:41:47 2010 +0000

description:
Install rumpclient to /lib to allow non-/usr users.
pointed out by tron (thanks!)

diffstat:

 distrib/sets/lists/base/shl.mi |  5 ++++-
 lib/librumpclient/Makefile     |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r bc1d8f7348e5 -r 1598e6a5aaac distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Tue Nov 23 11:16:59 2010 +0000
+++ b/distrib/sets/lists/base/shl.mi    Tue Nov 23 12:41:47 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.557 2010/11/22 22:22:28 christos Exp $
+# $NetBSD: shl.mi,v 1.558 2010/11/23 12:41:47 pooka Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -55,6 +55,9 @@
 ./lib/libradius.so                             base-sys-shlib          dynamicroot
 ./lib/libradius.so.4                           base-sys-shlib          dynamicroot
 ./lib/libradius.so.4.0                         base-sys-shlib          dynamicroot
+./lib/librumpclient.so                         base-sys-shlib          dynamicroot
+./lib/librumpclient.so.0                       base-sys-shlib          dynamicroot
+./lib/librumpclient.so.0.0                     base-sys-shlib          dynamicroot
 ./lib/libtermcap.so                            base-sys-shlib          dynamicroot
 ./lib/libtermcap.so.0                          base-sys-shlib          dynamicroot
 ./lib/libtermcap.so.0.6                                base-sys-shlib          dynamicroot
diff -r bc1d8f7348e5 -r 1598e6a5aaac lib/librumpclient/Makefile
--- a/lib/librumpclient/Makefile        Tue Nov 23 11:16:59 2010 +0000
+++ b/lib/librumpclient/Makefile        Tue Nov 23 12:41:47 2010 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: Makefile,v 1.1 2010/11/04 21:01:29 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2010/11/23 12:41:47 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../sys/rump/librump/rumpkern
 
 LIB=           rumpclient
+USE_SHLIBDIR=  yes
+
+.include <bsd.own.mk>
 
 INCS=          rumpclient.h
 INCSDIR=       /usr/include/rump



Home | Main Index | Thread Index | Old Index