Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib make dtrace follow libproc.
details: https://anonhg.NetBSD.org/src/rev/6f1c62445d54
branches: trunk
changeset: 340694:6f1c62445d54
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 24 18:37:33 2015 +0000
description:
make dtrace follow libproc.
diffstat:
lib/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 680e834e8696 -r 6f1c62445d54 lib/Makefile
--- a/lib/Makefile Thu Sep 24 18:03:22 2015 +0000
+++ b/lib/Makefile Thu Sep 24 18:37:33 2015 +0000
@@ -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+= 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+= ../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
Home |
Main Index |
Thread Index |
Old Index