mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
14 lines
224 B
Makefile
14 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR} ${GCCDIR}/../libiberty
|
|
|
|
PROG= collect2
|
|
SRCS= collect2.c cp-demangle.c cplus-dem.c tlink.c
|
|
NOMAN=
|
|
|
|
DPADD+= ${LIBCC_INT}
|
|
LDADD+= ${LIBCC_INT}
|
|
|
|
.include <bsd.prog.mk>
|