Source-Changes-HG archive

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

[src/trunk]: src/external/bsd libproc and librtld_db build fine without CTF a...



details:   https://anonhg.NetBSD.org/src/rev/714ce3bcabeb
branches:  trunk
changeset: 810850:714ce3bcabeb
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 25 11:34:07 2015 +0000

description:
libproc and librtld_db build fine without CTF and should always be available.

diffstat:

 external/bsd/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 423f672df3ab -r 714ce3bcabeb external/bsd/Makefile
--- a/external/bsd/Makefile     Fri Sep 25 10:43:18 2015 +0000
+++ b/external/bsd/Makefile     Fri Sep 25 11:34:07 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.51 2015/09/25 10:08:35 martin Exp $
+#      $NetBSD: Makefile,v 1.52 2015/09/25 11:34:07 christos Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=        acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
        fetch file flex less \
-       libarchive libevent liblzf libpcap mdocml \
+       libarchive libevent liblzf libpcap libproc librtld_db mdocml \
        ntp openresolv tcpdump tmux top tre wpa
 
 .if (${MKATF} != "no")
@@ -35,10 +35,6 @@
 .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