]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/cc/collect2/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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>