diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2015-10-15 19:57:13 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2015-10-15 19:57:13 +0000 |
| commit | bc7f5841b33203594d249c9a482b22be770e968a (patch) | |
| tree | 2b493d495ec85565958ef6874cc7d922c42075f0 /gnu/usr.bin | |
| parent | db03168b5defd1181587bf1b18b0e76d3ca5aa0e (diff) | |
| parent | 0331dd8c919778797b98633d23a8c7ee8340b137 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/collect2/Makefile | 11 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/protoize/Makefile | 21 |
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 0b07b857a4443..0000000000000 --- 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 b851bed18b2f5..0000000000000 --- 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> |
