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 libctf depends on libz
details: https://anonhg.NetBSD.org/src/rev/f5921824011a
branches: trunk
changeset: 340596:f5921824011a
user: christos <christos%NetBSD.org@localhost>
date: Tue Sep 15 18:38:41 2015 +0000
description:
libctf depends on libz
diffstat:
external/cddl/osnet/lib/libctf/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a54a95de39cc -r f5921824011a external/cddl/osnet/lib/libctf/Makefile
--- a/external/cddl/osnet/lib/libctf/Makefile Tue Sep 15 15:49:02 2015 +0000
+++ b/external/cddl/osnet/lib/libctf/Makefile Tue Sep 15 18:38:41 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/09/10 11:23:20 christos Exp $
+# $NetBSD: Makefile,v 1.5 2015/09/15 18:38:41 christos Exp $
# $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
@@ -30,5 +30,7 @@
-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
+LIBDPLIBS+= z ${NETBSDSRCDIR}/lib/libz
+
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index