aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 17:59:45 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 17:59:45 +0000
commit95b0569f021046b7f9ece08f53dbbdab633f63c3 (patch)
tree0070d7fa0772eb039b11e0046523de9eb10812dc /gnu/usr.bin
parent50994948015b9730805f1ed522eec303192c0f32 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile11
-rw-r--r--gnu/usr.bin/cc/protoize/Makefile21
2 files changed, 0 insertions, 32 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
deleted file mode 100644
index 0b07b857a444..000000000000
--- a/gnu/usr.bin/cc/collect2/Makefile
+++ /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
index b851bed18b2f..000000000000
--- a/gnu/usr.bin/cc/protoize/Makefile
+++ /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>