summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-06 09:35:06 +0000
committerobrien <obrien@FreeBSD.org>2002-04-06 09:35:06 +0000
commit5b0180d87557973b16d876133871c7d3a429cc38 (patch)
treefbad093b46ac2ddd7caccce5a7e72287f5bfa84a /gnu/usr.bin
parentf5ec046011735a99b1d75c03f2289c7b6e20e1c7 (diff)
downloadFreeBSD-src-5b0180d87557973b16d876133871c7d3a429cc38.zip
FreeBSD-src-5b0180d87557973b16d876133871c7d3a429cc38.tar.gz
Expand the toolchain a little bit.
Requested by: fjoe (collect2), des (protoize)
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/collect2/Makefile7
-rw-r--r--gnu/usr.bin/cc/protoize/Makefile7
2 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile
new file mode 100644
index 0000000..08f29ef
--- /dev/null
+++ b/gnu/usr.bin/cc/collect2/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
+
+.PATH: ${GCCDIR}
+
+.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/cc/protoize/Makefile b/gnu/usr.bin/cc/protoize/Makefile
new file mode 100644
index 0000000..08f29ef
--- /dev/null
+++ b/gnu/usr.bin/cc/protoize/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
+
+.PATH: ${GCCDIR}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud