aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorKai Wang <kaiw@FreeBSD.org>2008-02-21 16:12:46 +0000
committerKai Wang <kaiw@FreeBSD.org>2008-02-21 16:12:46 +0000
commit7a76718800e2583bc2dbebaef1d6e9e27ca3c007 (patch)
tree33b4b75ed77be76cf0dac3340734273820cd4672 /usr.bin/Makefile
parentd0e2abaf129793c80bb03e948f99c844072a4dc3 (diff)
downloadsrc-7a76718800e2583bc2dbebaef1d6e9e27ca3c007.tar.gz
src-7a76718800e2583bc2dbebaef1d6e9e27ca3c007.zip
Back out previous commit. Restore Binutils ar as default. Disconnect
'BSD' ar to the build. Requested by: des
Notes
Notes: svn path=/head/; revision=176438
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index f954a1e3abac..39ea1504b354 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -232,10 +232,6 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
-.if !defined(WITH_GNUAR)
-SUBDIR+= ar
-.endif
-
.if ${MACHINE_ARCH} != "arm"
_truss= truss
.endif