mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
19 lines
284 B
Makefile
19 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
MAN=
|
|
.include <bsd.own.mk>
|
|
|
|
.include "../Makefile.inc"
|
|
.include "../Makefile.fe"
|
|
|
|
.PATH: ${GCCLIB}/libiberty
|
|
|
|
PROG= c++filt
|
|
SRCS= cp-demangle.c
|
|
|
|
CFLAGS+= -DSTANDALONE_DEMANGLER -DVERSION=\"$(GCC_VERSION)\"
|
|
|
|
DPADD= ${LIBIBERTY}
|
|
LDADD= ${LIBIBERTY}
|
|
|
|
.include <bsd.prog.mk>
|