aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
commiteacae6dc66aa881c102f11e2003174eea7e8af74 (patch)
treec7b391aae2de6c3508dafaaad65c558a94b98ab7 /lib/libc/tests/stdlib/Makefile
parent2fd6394d343802517b376e54de75f382eb7307d0 (diff)
Notes
Diffstat (limited to 'lib/libc/tests/stdlib/Makefile')
-rw-r--r--lib/libc/tests/stdlib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/tests/stdlib/Makefile b/lib/libc/tests/stdlib/Makefile
index cd2c06e6a15f..4bc1354cf12b 100644
--- a/lib/libc/tests/stdlib/Makefile
+++ b/lib/libc/tests/stdlib/Makefile
@@ -36,11 +36,9 @@ CFLAGS+= -I${.CURDIR}
CFLAGS.$t+= -I${LIBNETBSD_SRCDIR} -I${SRCTOP}/contrib/netbsd-tests
LDFLAGS.$t+= -L${LIBNETBSD_OBJDIR}
-DPADD.$t+= ${LIBNETBSD} ${LIBUTIL}
-LDADD.$t+= -lnetbsd -lutil
+LIBADD.${t}+= netbsd util
.endfor
-DPADD.strtod_test+= ${LIBM}
-LDADD.strtod_test+= -lm
+LIBADD.strtod_test+= m
.include <bsd.test.mk>