Hook up libproc and librtld_db into the build

This commit is contained in:
christos 2015-09-24 14:48:36 +00:00
parent 9451a2b98d
commit 58ad14e816
2 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.48 2015/01/25 15:47:19 christos Exp $
# $NetBSD: Makefile,v 1.49 2015/09/24 14:48:36 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 ntp openresolv tcpdump \
tmux top tre wpa
libarchive libevent liblzf libpcap libproc librtld_db mdocml \
ntp openresolv tcpdump tmux top tre wpa
.if (${MKATF} != "no")
SUBDIR+= atf

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.228 2015/09/22 13:26:14 joerg Exp $
# $NetBSD: Makefile,v 1.229 2015/09/24 14:49:03 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@ -104,6 +104,8 @@ SUBDIR+= ../external/lgpl3/mpc/lib/libmpc
#==================== 1st library dependency barrier ====================
SUBDIR+= .WAIT
SUBDIR+= ../external/bsd/librtld_db/lib # depends on libutil
.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
SUBDIR+= ../external/cddl/osnet/lib/libctf
.endif
@ -207,6 +209,7 @@ SUBDIR+= ../crypto/external/bsd/netpgp/lib # depends on libcrypto, ...
.endif
SUBDIR+= ../external/bsd/libevent/lib # depends on libcrypto
SUBDIR+= ../external/bsd/libproc/lib # depends on libstdc++, libctf
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
.if (${MKLDAP} != "no")