xref: /freebsd-12.1/lib/libexecinfo/Makefile (revision e4e85590)
1a741a747SEd Maste# $FreeBSD$
2a741a747SEd Maste
3a70cba95SGlen BarberPACKAGE=lib${LIB}
4*e4e85590SEnji CooperLIBEXECINFO=	${SRCTOP}/contrib/libexecinfo
5a741a747SEd Maste
6a741a747SEd MasteLIB=		execinfo
71d6136f8SEd MasteSHLIB_MAJOR=	1
8a741a747SEd Maste
9a741a747SEd Maste.PATH:		${LIBEXECINFO}
10a741a747SEd Maste
11a06021b0SEd MasteINCS=		execinfo.h
12a741a747SEd MasteSRCS=		backtrace.c symtab.c unwind.c
13a741a747SEd Maste
146b129086SBaptiste DaroussinLIBADD=		elf
151d6136f8SEd Maste
16a741a747SEd MasteMAN=		backtrace.3
17a741a747SEd Maste
18a741a747SEd MasteMLINKS+=	backtrace.3 backtrace_symbols.3
19a741a747SEd MasteMLINKS+=	backtrace.3 backtrace_symbols_fmt.3
20a741a747SEd MasteMLINKS+=	backtrace.3 backtrace_symbols_fd.3
21a741a747SEd MasteMLINKS+=	backtrace.3 backtrace_symbols_fd_fmt.3
22a741a747SEd Maste
23a741a747SEd Maste.include <bsd.lib.mk>
24