Restore previous: only build libproc and librtld_db for dtrace support, since

many archs are not supported.
This commit is contained in:
christos 2015-09-25 11:38:12 +00:00
parent dc1fa8fa85
commit c45350533b
1 changed files with 6 additions and 2 deletions

View File

@ -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> .include <bsd.own.mk>
SUBDIR= acpica am-utils bind byacc cron dhcpcd ekermit elftosb \ SUBDIR= acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
fetch file flex less \ fetch file flex less \
libarchive libevent liblzf libpcap libproc librtld_db mdocml \ libarchive libevent liblzf libpcap mdocml \
ntp openresolv tcpdump tmux top tre wpa ntp openresolv tcpdump tmux top tre wpa
.if (${MKATF} != "no") .if (${MKATF} != "no")
@ -35,6 +35,10 @@ SUBDIR+= llvm
.if (${MKPCC} != "no") .if (${MKPCC} != "no")
SUBDIR+= pcc SUBDIR+= pcc
.endif .endif
.if (${MKDTRACE} != "no" || ${MKCTF} != "no")
SUBDIR+= libproc
SUBDIR+= librtld_db
.endif
SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs