Module Name: src
Committed By: matt
Date: Tue Jun 23 16:33:21 UTC 2015
Modified Files:
src/lib: Makefile
Log Message:
Add DTRACE and CTF libraries
To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.224 src/lib/Makefile:1.225
--- src/lib/Makefile:1.224 Mon Jun 22 06:03:20 2015
+++ src/lib/Makefile Tue Jun 23 16:33:21 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2015/06/22 06:03:20 matt Exp $
+# $NetBSD: Makefile,v 1.225 2015/06/23 16:33:21 matt Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -64,6 +64,14 @@ SUBDIR+= ../external/bsd/sljit/lib
SUBDIR+= libbpfjit
.endif
+.if ${MKDTRACE} != "no"
+SUBDIR+= ../external/cddl/osnet/lib/libdtrace
+.endif
+
+.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
+SUBDIR+= ../external/cddl/osnet/lib/libctf
+.endif
+
.if (${MKZFS} != "no")
SUBDIR+= ../external/cddl/osnet/lib/libavl
SUBDIR+= ../external/cddl/osnet/lib/libnvpair