mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
19 lines
259 B
Makefile
19 lines
259 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= elftoolchain
|
|
|
|
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
|
|
SRCDIR= ${ELFTCDIR}/cxxfilt
|
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
PROG= c++filt
|
|
SRCS= cxxfilt.c
|
|
|
|
LIBADD= elftc
|
|
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
|
|
|
.include <bsd.prog.mk>
|