aboutsummaryrefslogtreecommitdiff
path: root/lib/libexecinfo/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-08-12 01:05:07 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-08-12 01:05:07 +0000
commit014db25b98371942a535a35783bbaf8b571a6bee (patch)
tree2a53a31277b7fd32b957a50009847705b13b68cf /lib/libexecinfo/Makefile
parent478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (diff)
Notes
Diffstat (limited to 'lib/libexecinfo/Makefile')
-rw-r--r--lib/libexecinfo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile
index 968331b64bd6..55c97dba1d94 100644
--- a/lib/libexecinfo/Makefile
+++ b/lib/libexecinfo/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2014/03/18 18:20:44 riastradh Exp $
+# $NetBSD: Makefile,v 1.6 2015/01/31 20:55:43 nakayama Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libexecinfo
TESTS_C+= t_backtrace
+STRIPFLAG=
LDADD+= -lexecinfo -lelf
DPADD+= ${LIBEXECINFO} ${LIBELF}