Source-Changes-HG archive

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

[src/trunk]: src/lib/libnpf install in /lib too because npfctl is linked agai...



details:   https://anonhg.NetBSD.org/src/rev/0eea11b22333
branches:  trunk
changeset: 782969:0eea11b22333
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 29 16:17:14 2012 +0000

description:
install in /lib too because npfctl is linked against it.

diffstat:

 lib/libnpf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 009996e2ca7c -r 0eea11b22333 lib/libnpf/Makefile
--- a/lib/libnpf/Makefile       Thu Nov 29 16:05:34 2012 +0000
+++ b/lib/libnpf/Makefile       Thu Nov 29 16:17:14 2012 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2012/09/16 13:47:42 rmind Exp $
+# $NetBSD: Makefile,v 1.4 2012/11/29 16:17:14 christos Exp $
 
 .include <bsd.own.mk>
 
+USE_SHLIBDIR=   yes
+
 LIB=           npf
 MAN=           npf.3
 



Home | Main Index | Thread Index | Old Index