]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/cc/collect2/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>