Source-Changes-HG archive

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

[src/netbsd-2-0]: src/usr.sbin/racoon/libpfkey Backout revision 1.4.2.1 (requ...



details:   https://anonhg.NetBSD.org/src/rev/7ba78d5f757e
branches:  netbsd-2-0
changeset: 561460:7ba78d5f757e
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jun 18 09:48:42 2004 +0000

description:
Backout revision 1.4.2.1 (requested by seb in ticket #509):
MKPRIVATELIB was added to current after 2.0 branch. As is this Makefile
installs the private libpfkey libs in DESTDIR which breaks the set list.

diffstat:

 usr.sbin/racoon/libpfkey/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 512614a006cb -r 7ba78d5f757e usr.sbin/racoon/libpfkey/Makefile
--- a/usr.sbin/racoon/libpfkey/Makefile Fri Jun 18 09:22:26 2004 +0000
+++ b/usr.sbin/racoon/libpfkey/Makefile Fri Jun 18 09:48:42 2004 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.4.2.1 2004/06/17 12:38:10 tron Exp $
+#      $NetBSD: Makefile,v 1.4.2.2 2004/06/18 09:48:42 tron Exp $
 
-MKPRIVATELIB=  yes
+NOPIC=         # defined
+NOPROFILE=     # defined
+NOLINT=                # defined
 
 .include <bsd.own.mk>
 
@@ -18,6 +20,9 @@
 #MLINKS+=ipsec_set_policy.3 ipsec_get_policylen.3 \
 #      ipsec_set_policy.3 ipsec_dump_policy.3
 
+# don't install it into public place!
+libinstall::
+
 .include <bsd.lib.mk>
 
 .PATH: ${LIBPFKEYSRCDIR} ${NETBSDSRCDIR}/sys/netkey



Home | Main Index | Thread Index | Old Index