diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-19 22:23:15 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-19 22:23:15 +0000 |
commit | b0b03f5209a640701c1f69a26761a5690b99af9d (patch) | |
tree | 08f95ae918bfb038c6ec0430e6660c433e693be5 /lib | |
parent | 8161fabf48dc5b3b0eafe7b3becbaf5a06301393 (diff) | |
download | FreeBSD-src-b0b03f5209a640701c1f69a26761a5690b99af9d.zip FreeBSD-src-b0b03f5209a640701c1f69a26761a5690b99af9d.tar.gz |
Fix underlinking
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libproc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 9646570..8c4f484 100644 --- a/lib/libproc/Makefile +++ b/lib/libproc/Makefile @@ -23,6 +23,8 @@ LIBADD+= cxxrt LIBADD+= supcplusplus .endif +LIBADD+= elf rtld_db util + .if ${MK_CDDL} != "no" LIBADD+= ctf IGNORE_PRAGMA= YES |