]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove directories disconnected since r169718.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 15 Oct 2015 19:49:09 +0000 (19:49 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 15 Oct 2015 19:49:09 +0000 (19:49 +0000)
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

gnu/usr.bin/cc/collect2/Makefile [deleted file]
gnu/usr.bin/cc/protoize/Makefile [deleted file]

diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
deleted file mode 100644 (file)
index 0b07b85..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG=  collect2
-SRCS=  collect2.c tlink.c version.c
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/cc/protoize/Makefile b/gnu/usr.bin/cc/protoize/Makefile
deleted file mode 100644 (file)
index b851bed..0000000
+++ /dev/null
@@ -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>