Module Name:    src
Committed By:   christos
Date:           Thu Sep 24 18:37:33 UTC 2015

Modified Files:
        src/lib: Makefile

Log Message:
make dtrace follow libproc.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 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.229 src/lib/Makefile:1.230
--- src/lib/Makefile:1.229	Thu Sep 24 10:49:03 2015
+++ src/lib/Makefile	Thu Sep 24 14:37:33 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.229 2015/09/24 14:49:03 christos Exp $
+#	$NetBSD: Makefile,v 1.230 2015/09/24 18:37:33 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -65,10 +65,6 @@ SUBDIR+=	../external/bsd/sljit/lib
 SUBDIR+=	libbpfjit
 .endif
 
-.if ${MKDTRACE} != "no"
-SUBDIR+=        ../external/cddl/osnet/lib/libdtrace
-.endif
-
 .if (${MKZFS} != "no")
 SUBDIR+=        ../external/cddl/osnet/lib/libavl
 SUBDIR+=        ../external/cddl/osnet/lib/libnvpair
@@ -221,6 +217,10 @@ SUBDIR+=	.WAIT
 
 SUBDIR+=	../external/bsd/bind/lib	# depends on heimdal, libcrypto
 
+.if ${MKDTRACE} != "no"
+SUBDIR+=        ../external/cddl/osnet/lib/libdtrace	# depends on libproc
+.endif
+
 .if (${MKRUMP} != "no")
 SUBDIR+=	librumpdev	# depends on librump
 SUBDIR+=	librumpnet	# depends on librump

Reply via email to