Deleted Added
full compact
Makefile (298204) Makefile (298401)
1# $FreeBSD: head/usr.bin/cxxfilt/Makefile 298204 2016-04-18 13:13:59Z emaste $
1# $FreeBSD: head/usr.bin/cxxfilt/Makefile 298401 2016-04-21 12:58:29Z emaste $
2
3.include <src.opts.mk>
4
2
3.include <src.opts.mk>
4
5ELFTCDIR= ${.CURDIR:H:H}/contrib/elftoolchain
5ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
6SRCDIR= ${ELFTCDIR}/cxxfilt
7
8.PATH: ${SRCDIR}
9
10PROG= c++filt
11SRCS= cxxfilt.c
12
13LIBADD= elftc
14
15CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
16
17.include <bsd.prog.mk>
6SRCDIR= ${ELFTCDIR}/cxxfilt
7
8.PATH: ${SRCDIR}
9
10PROG= c++filt
11SRCS= cxxfilt.c
12
13LIBADD= elftc
14
15CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
16
17.include <bsd.prog.mk>