From 58ad14e816c05a12359611ee1ce2c4b3feea2ad8 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 24 Sep 2015 14:48:36 +0000 Subject: [PATCH] Hook up libproc and librtld_db into the build --- external/bsd/Makefile | 6 +++--- lib/Makefile | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/external/bsd/Makefile b/external/bsd/Makefile index 1e8628ebc2e1..9d75d96c132d 100644 --- a/external/bsd/Makefile +++ b/external/bsd/Makefile @@ -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 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 diff --git a/lib/Makefile b/lib/Makefile index 37cae6afaebd..80a150d0b176 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 @@ -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")