summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/Makefile')
-rw-r--r--lib/libc/stdlib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile b/lib/libc/stdlib/Makefile
index d0579f9b78e0..b379042d4f99 100644
--- a/lib/libc/stdlib/Makefile
+++ b/lib/libc/stdlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/04/04 10:52:59 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2015/12/22 14:27:14 christos Exp $
.include <bsd.own.mk>
@@ -16,6 +16,7 @@ TESTS_C+= t_posix_memalign
TESTS_C+= t_random
TESTS_C+= t_strtod
TESTS_C+= t_strtol
+TESTS_C+= t_strtoi
TESTS_C+= t_system
TESTS_SH+= t_atexit
@@ -28,7 +29,9 @@ BINDIR= ${TESTSDIR}
PROGS+= h_atexit
PROGS+= h_getopt h_getopt_long
+CPPFLAGS.t_strtod.c+= -D__TEST_FENV
LDADD.t_strtod= -lm
+DPADD.t_strtod+= ${LIBM}
LDADD.t_getenv_thread= -lpthread