Remove directories disconnected since r169718.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-10-15 19:49:09 +00:00
parent 60e03c60c0
commit 71d9d150fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289379
2 changed files with 0 additions and 32 deletions

View File

@ -1,11 +0,0 @@
# $FreeBSD$
.include "../Makefile.inc"
.PATH: ${GCCDIR}
PROG= collect2
SRCS= collect2.c tlink.c version.c
MAN=
.include <bsd.prog.mk>

View File

@ -1,21 +0,0 @@
# $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>