Module Name:    src
Committed By:   martin
Date:           Fri Sep 25 08:22:02 UTC 2015

Modified Files:
        src/external/bsd: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 src/external/bsd/Makefile:1.50
--- src/external/bsd/Makefile:1.49	Thu Sep 24 14:48:36 2015
+++ src/external/bsd/Makefile	Fri Sep 25 08:22:02 2015
@@ -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 @@ SUBDIR+= llvm
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif
+.if (${MKDTRACE} != "no" || ${MKCTF} != "no")
+SUBDIR+= libproc
+.endif
 
 SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
 

Reply via email to