Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd Restore previous: only build libproc and librtl...
details: https://anonhg.NetBSD.org/src/rev/c8de7e50d4ce
branches: trunk
changeset: 810852:c8de7e50d4ce
user: christos <christos%NetBSD.org@localhost>
date: Fri Sep 25 11:38:12 2015 +0000
description:
Restore previous: only build libproc and librtld_db for dtrace support, since
many archs are not supported.
diffstat:
external/bsd/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r c58a76e81ea3 -r c8de7e50d4ce external/bsd/Makefile
--- a/external/bsd/Makefile Fri Sep 25 11:35:05 2015 +0000
+++ b/external/bsd/Makefile Fri Sep 25 11:38:12 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.52 2015/09/25 11:34:07 christos Exp $
+# $NetBSD: Makefile,v 1.53 2015/09/25 11:38:12 christos Exp $
.include <bsd.own.mk>
SUBDIR= acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
fetch file flex less \
- libarchive libevent liblzf libpcap libproc librtld_db mdocml \
+ libarchive libevent liblzf libpcap mdocml \
ntp openresolv tcpdump tmux top tre wpa
.if (${MKATF} != "no")
@@ -35,6 +35,10 @@
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
+.if (${MKDTRACE} != "no" || ${MKCTF} != "no")
+SUBDIR+= libproc
+SUBDIR+= librtld_db
+.endif
SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
Home |
Main Index |
Thread Index |
Old Index