summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/collect2/Makefile
blob: 4132e23a4fcb7c8ade5d691d9b7deea832d505f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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>
OpenPOWER on IntegriCloud