summaryrefslogtreecommitdiffstats
path: root/lib/libproc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
commitbb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d (patch)
treec7b391aae2de6c3508dafaaad65c558a94b98ab7 /lib/libproc
parentb4e7db0cc3b11e52de66259e19d2bf84d0bfb9c2 (diff)
downloadFreeBSD-src-bb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d.zip
FreeBSD-src-bb97a3d43c2b7f2a5b4f05069e3bb12383a9e20d.tar.gz
Fix LDADD/DPADD that should be LIBADD.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libproc')
-rw-r--r--lib/libproc/tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libproc/tests/Makefile b/lib/libproc/tests/Makefile
index 326481d..c4a8471 100644
--- a/lib/libproc/tests/Makefile
+++ b/lib/libproc/tests/Makefile
@@ -6,8 +6,7 @@ PROGS= target_prog
SRCS_target_prog= target_prog.c
BINDIR_target_prog= ${TESTSDIR}
-LDADD+= -lelf -lproc -lrtld_db -lutil
-DPADD+= ${LIBELF} ${LIBPROC} ${LIBRTLD_DB} ${LIBUTIL}
+LIBADD= elf proc rtld_db util
# Ensure that symbols aren't stripped from the test program, as they're needed
# for testing symbol lookup.
OpenPOWER on IntegriCloud