Source-Changes-HG archive

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

[src/trunk]: src/lib Add DTRACE and CTF libraries



details:   https://anonhg.NetBSD.org/src/rev/6210071a468c
branches:  trunk
changeset: 339045:6210071a468c
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 23 16:33:21 2015 +0000

description:
Add DTRACE and CTF libraries

diffstat:

 lib/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 7a0977eb5a7d -r 6210071a468c lib/Makefile
--- a/lib/Makefile      Tue Jun 23 14:38:49 2015 +0000
+++ b/lib/Makefile      Tue Jun 23 16:33:21 2015 +0000
@@ -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+=       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



Home | Main Index | Thread Index | Old Index