Source-Changes-HG archive

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

[src/trunk]: src/external/bsd Conditionalize libproc here as well (why is it ...



details:   https://anonhg.NetBSD.org/src/rev/bbbb58b70cac
branches:  trunk
changeset: 340702:bbbb58b70cac
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 25 08:22:02 2015 +0000

description:
Conditionalize libproc here as well (why is it entered twice anyway?)

diffstat:

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

diffs (26 lines):

diff -r c1f170f9d5e8 -r bbbb58b70cac external/bsd/Makefile
--- a/external/bsd/Makefile     Fri Sep 25 07:41:53 2015 +0000
+++ b/external/bsd/Makefile     Fri Sep 25 08:22:02 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.49 2015/09/24 14:48:36 christos Exp $
+#      $NetBSD: Makefile,v 1.50 2015/09/25 08:22:02 martin 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 librtld_db mdocml \
        ntp openresolv tcpdump tmux top tre wpa
 
 .if (${MKATF} != "no")
@@ -35,6 +35,9 @@
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
+.if (${MKDTRACE} != "no" || ${MKCTF} != "no")
+SUBDIR+= libproc
+.endif
 
 SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
 



Home | Main Index | Thread Index | Old Index