Module Name:    src
Committed By:   christos
Date:           Thu Sep 17 01:53:48 UTC 2015

Modified Files:
        src/external/cddl/osnet/lib/libctf: Makefile

Log Message:
don't depend on the installed version of libz


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/lib/libctf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/lib/libctf/Makefile
diff -u src/external/cddl/osnet/lib/libctf/Makefile:1.6 src/external/cddl/osnet/lib/libctf/Makefile:1.7
--- src/external/cddl/osnet/lib/libctf/Makefile:1.6	Wed Sep 16 15:47:14 2015
+++ src/external/cddl/osnet/lib/libctf/Makefile	Wed Sep 16 21:53:48 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2015/09/16 19:47:14 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2015/09/17 01:53:48 christos Exp $
 
 # $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -30,8 +30,7 @@ CPPFLAGS+=	-I${OSNETDIR}/sys \
 		-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
 		-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
 
-LDADD+=	-lz
-DPADD+= ${LIBZ}
+LIBDPLIBS+=	z	${NETBSDSRCDIR}/lib/libz
 
 .include <bsd.lib.mk>
 

Reply via email to