freebsd-dev/gnu/usr.bin/cc/collect2/Makefile

15 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>