Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/lib/libctf no need for LIBDPLIBS here



details:   https://anonhg.NetBSD.org/src/rev/e5bac7d19b8f
branches:  trunk
changeset: 340600:e5bac7d19b8f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 16 19:47:14 2015 +0000

description:
no need for LIBDPLIBS here

diffstat:

 external/cddl/osnet/lib/libctf/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 79f0dd1695e7 -r e5bac7d19b8f external/cddl/osnet/lib/libctf/Makefile
--- a/external/cddl/osnet/lib/libctf/Makefile   Wed Sep 16 16:52:54 2015 +0000
+++ b/external/cddl/osnet/lib/libctf/Makefile   Wed Sep 16 19:47:14 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2015/09/15 18:38:41 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2015/09/16 19:47:14 christos Exp $
 
 # $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -30,7 +30,8 @@
                -I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
                -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
 
-LIBDPLIBS+=    z       ${NETBSDSRCDIR}/lib/libz
+LDADD+=        -lz
+DPADD+= ${LIBZ}
 
 .include <bsd.lib.mk>
 



Home | Main Index | Thread Index | Old Index