summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/string
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/libc/tests/string
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/libc/tests/string')
-rw-r--r--lib/libc/tests/string/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/tests/string/Makefile b/lib/libc/tests/string/Makefile
index 14044f4..9c677b7 100644
--- a/lib/libc/tests/string/Makefile
+++ b/lib/libc/tests/string/Makefile
@@ -27,10 +27,7 @@ SRCS.strerror2_test= strerror_test.c
.include "../Makefile.netbsd-tests"
-LDADD.memchr_test+= -lmd
-DPADD.memchr_test+= ${LIBMD}
-
-LDADD.memcpy_test+= -lmd
-DPADD.memcpy_test+= ${LIBMD}
+LIBADD.memchr_test+= md
+LIBADD.memcpy_test+= md
.include <bsd.test.mk>
OpenPOWER on IntegriCloud