aboutsummaryrefslogtreecommitdiff
path: root/lib/libexecinfo/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /lib/libexecinfo/Makefile
Notes
Diffstat (limited to 'lib/libexecinfo/Makefile')
-rw-r--r--lib/libexecinfo/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile
new file mode 100644
index 000000000000..968331b64bd6
--- /dev/null
+++ b/lib/libexecinfo/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.5 2014/03/18 18:20:44 riastradh Exp $
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/lib/libexecinfo
+
+TESTS_C+= t_backtrace
+
+LDADD+= -lexecinfo -lelf
+DPADD+= ${LIBEXECINFO} ${LIBELF}
+
+COPTS.t_backtrace.c= -Wno-stack-protector
+
+.include <bsd.test.mk>