Expand the toolchain a little bit.
Requested by: fjoe (collect2), des (protoize)
This commit is contained in:
parent
c8eabf779c
commit
a5cf1da8f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93955
7
gnu/usr.bin/cc/collect2/Makefile
Normal file
7
gnu/usr.bin/cc/collect2/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
7
gnu/usr.bin/cc/protoize/Makefile
Normal file
7
gnu/usr.bin/cc/protoize/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user