mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
14 lines
222 B
Makefile
14 lines
222 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>
|