diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 09:35:06 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 09:35:06 +0000 |
| commit | a5cf1da8f865257ada95b73202ef6a90f1635277 (patch) | |
| tree | fbad093b46ac2ddd7caccce5a7e72287f5bfa84a /gnu | |
| parent | c8eabf779c8e2914e80444c2f916eeb23f43b546 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 000000000000..08f29efefb2f --- /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 000000000000..08f29efefb2f --- /dev/null +++ b/gnu/usr.bin/cc/protoize/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +.include "../Makefile.inc" + +.PATH: ${GCCDIR} + +.include <bsd.prog.mk> |
