MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
+++ /dev/null
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG= collect2
-SRCS= collect2.c tlink.c version.c
-MAN=
-
-.include <bsd.prog.mk>
+++ /dev/null
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
-
-PROG= protoize
-MAN=
-
-# things are rather hard-coded, we work around that here
-CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"
-CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"../libdata/gcc\"
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-CLEANFILES= config.h
-config.h: auto-host.h freebsd-native.h
- cat ${.ALLSRC} >${.TARGET}
-
-.include <bsd.prog.mk>