aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/collect2/Makefile
blob: 5aa9e35f4e0ba8b00dd71c524d80b90a810dc446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include "../Makefile.inc"

.PATH: ${GCCDIR}

PROG=	collect2
SRCS=	collect2.c tlink.c version.c
NO_MAN=

.include <bsd.prog.mk>