mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
17 lines
243 B
Makefile
17 lines
243 B
Makefile
|
|
#
|
||
|
|
# $Id$
|
||
|
|
#
|
||
|
|
|
||
|
|
.include "../Makefile.inc0"
|
||
|
|
|
||
|
|
.PATH: ${SRCDIR}/libiberty
|
||
|
|
|
||
|
|
PROG= c++filt
|
||
|
|
SRCS= cplus-dem.c underscore.c
|
||
|
|
NOMAN= true
|
||
|
|
CFLAGS+= -DMAIN
|
||
|
|
CFLAGS+= -DVERSION=\"${VERSION}\"
|
||
|
|
LDADD+= -L${RELTOP}/libiberty -liberty
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|