Module Name:    src
Committed By:   christos
Date:           Fri Sep 25 11:38:12 UTC 2015

Modified Files:
        src/external/bsd: Makefile

Log Message:
Restore previous: only build libproc and librtld_db for dtrace support, since
many archs are not supported.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/external/bsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.52 src/external/bsd/Makefile:1.53
--- src/external/bsd/Makefile:1.52	Fri Sep 25 07:34:07 2015
+++ src/external/bsd/Makefile	Fri Sep 25 07:38:12 2015
@@ -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 @@ SUBDIR+= llvm
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
+.if (${MKDTRACE} != "no" || ${MKCTF} != "no")
+SUBDIR+= libproc
+SUBDIR+= librtld_db
+.endif
 
 SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
 

Reply via email to