summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2008-02-21 16:12:46 +0000
committerkaiw <kaiw@FreeBSD.org>2008-02-21 16:12:46 +0000
commitf9499adf5b4656abe97f9d3e5f4d6ee9043aba08 (patch)
tree33b4b75ed77be76cf0dac3340734273820cd4672 /gnu
parente949f3109eba639587f7f1e67c0d263489d31639 (diff)
downloadFreeBSD-src-f9499adf5b4656abe97f9d3e5f4d6ee9043aba08.zip
FreeBSD-src-f9499adf5b4656abe97f9d3e5f4d6ee9043aba08.tar.gz
Back out previous commit. Restore Binutils ar as default. Disconnect
'BSD' ar to the build. Requested by: des
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/ar/Makefile5
-rw-r--r--gnu/usr.bin/binutils/ranlib/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/binutils/ar/Makefile b/gnu/usr.bin/binutils/ar/Makefile
index 090a16f..5903186 100644
--- a/gnu/usr.bin/binutils/ar/Makefile
+++ b/gnu/usr.bin/binutils/ar/Makefile
@@ -4,12 +4,7 @@
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
-.if defined(WITH_GNUAR)
PROG= ar
-.else
-PROG= gar
-MAN= ar.1
-.endif
SRCS= ar.c not-ranlib.c
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils
diff --git a/gnu/usr.bin/binutils/ranlib/Makefile b/gnu/usr.bin/binutils/ranlib/Makefile
index 68d230d..8edfa01 100644
--- a/gnu/usr.bin/binutils/ranlib/Makefile
+++ b/gnu/usr.bin/binutils/ranlib/Makefile
@@ -4,12 +4,7 @@
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
-.if defined(WITH_GNUAR)
PROG= ranlib
-.else
-PROG= granlib
-MAN= ranlib.1
-.endif
SRCS= ar.c is-ranlib.c
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils
OpenPOWER on IntegriCloud