summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-03-02 11:10:46 +0000
committerru <ru@FreeBSD.org>2008-03-02 11:10:46 +0000
commitd9f8b4ad275db6dce833d018c5d4561f9dbf5a53 (patch)
treeb131fc368eff8f257672b76c058bf72455ff9de1 /gnu/usr.bin
parentdaec28c548d6859f11798cb56bc67d05c42165fb (diff)
downloadFreeBSD-src-d9f8b4ad275db6dce833d018c5d4561f9dbf5a53.zip
FreeBSD-src-d9f8b4ad275db6dce833d018c5d4561f9dbf5a53.tar.gz
Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forced
to use GNU tools. Remove the _WITH_GNUAR knob. Prodded by: obrien
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/ar/Makefile2
-rw-r--r--gnu/usr.bin/binutils/ranlib/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/ar/Makefile b/gnu/usr.bin/binutils/ar/Makefile
index 32f340d..464445e 100644
--- a/gnu/usr.bin/binutils/ar/Makefile
+++ b/gnu/usr.bin/binutils/ar/Makefile
@@ -4,13 +4,11 @@
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
-.if !defined(_WITH_GNUAR)
PROGNAME= gnu-ar
MAN= gnu-ar.1
gnu-ar.1: ar.1
cat ${.ALLSRC} > ${.TARGET}
CLEANFILES+= gnu-ar.1
-.endif
PROG= ar
SRCS= ar.c not-ranlib.c
diff --git a/gnu/usr.bin/binutils/ranlib/Makefile b/gnu/usr.bin/binutils/ranlib/Makefile
index 792824b..8679375 100644
--- a/gnu/usr.bin/binutils/ranlib/Makefile
+++ b/gnu/usr.bin/binutils/ranlib/Makefile
@@ -4,13 +4,11 @@
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
-.if !defined(_WITH_GNUAR)
PROGNAME= gnu-ranlib
MAN= gnu-ranlib.1
gnu-ranlib.1: ranlib.1
cat ${.ALLSRC} > ${.TARGET}
CLEANFILES+= gnu-ranlib.1
-.endif
PROG= ranlib
SRCS= ar.c is-ranlib.c
OpenPOWER on IntegriCloud