Module Name: src
Committed By: christos
Date: Tue Sep 15 18:38:41 UTC 2015
Modified Files:
src/external/cddl/osnet/lib/libctf: Makefile
Log Message:
libctf depends on libz
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/cddl/osnet/lib/libctf/Makefile:1.5
--- src/external/cddl/osnet/lib/libctf/Makefile:1.4 Tue Sep 10 07:23:20 2013
+++ src/external/cddl/osnet/lib/libctf/Makefile Tue Sep 15 14:38:41 2015
@@ -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 @@ CPPFLAGS+= -I${OSNETDIR}/sys \
-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
+LIBDPLIBS+= z ${NETBSDSRCDIR}/lib/libz
+
.include <bsd.lib.mk>