diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-06 09:35:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-06 09:35:06 +0000 |
commit | 5b0180d87557973b16d876133871c7d3a429cc38 (patch) | |
tree | fbad093b46ac2ddd7caccce5a7e72287f5bfa84a /gnu/usr.bin | |
parent | f5ec046011735a99b1d75c03f2289c7b6e20e1c7 (diff) | |
download | FreeBSD-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/Makefile | 7 | ||||
-rw-r--r-- | gnu/usr.bin/cc/protoize/Makefile | 7 |
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> |