aboutsummaryrefslogtreecommitdiff
path: root/lib/libexecinfo/Makefile
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-10-27 05:32:08 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-10-27 05:32:08 +0000
commit43e9023f2d8b0286cfd438a6ff721775fb8ba2a0 (patch)
treeac2d2c31cf215e8672d655b7940228d237b02590 /lib/libexecinfo/Makefile
parentf0297f121aee3ff9ae6de9d445fc4a7981385d05 (diff)
Notes
Diffstat (limited to 'lib/libexecinfo/Makefile')
-rw-r--r--lib/libexecinfo/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile
index fed41fa1d4a3..d130d5795918 100644
--- a/lib/libexecinfo/Makefile
+++ b/lib/libexecinfo/Makefile
@@ -1,12 +1,13 @@
# $FreeBSD$
PACKAGE=lib${LIB}
-LIBEXECINFO= ${SRCTOP}/contrib/libexecinfo
+
+.include <src.opts.mk>
LIB= execinfo
SHLIB_MAJOR= 1
-.PATH: ${LIBEXECINFO}
+.PATH: ${SRCTOP}/contrib/libexecinfo
INCS= execinfo.h
SRCS= backtrace.c symtab.c unwind.c
@@ -21,4 +22,7 @@ MLINKS+= backtrace.3 backtrace_symbols_fmt.3
MLINKS+= backtrace.3 backtrace_symbols_fd.3
MLINKS+= backtrace.3 backtrace_symbols_fd_fmt.3
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.lib.mk>