]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/collect2/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / cc / collect2 / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4
5 .PATH: ${GCCDIR}
6
7 PROG=   collect2
8 SRCS=   collect2.c tlink.c version.c
9 NO_MAN=
10
11 .include <bsd.prog.mk>