Module Name:    src
Committed By:   christos
Date:           Fri Sep 25 11:34:07 UTC 2015

Modified Files:
        src/external/bsd: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 src/external/bsd/Makefile:1.52
--- src/external/bsd/Makefile:1.51	Fri Sep 25 06:08:35 2015
+++ src/external/bsd/Makefile	Fri Sep 25 07:34:07 2015
@@ -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 @@ 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