diff options
author | kaiw <kaiw@FreeBSD.org> | 2008-02-21 16:12:46 +0000 |
---|---|---|
committer | kaiw <kaiw@FreeBSD.org> | 2008-02-21 16:12:46 +0000 |
commit | f9499adf5b4656abe97f9d3e5f4d6ee9043aba08 (patch) | |
tree | 33b4b75ed77be76cf0dac3340734273820cd4672 /usr.bin/Makefile | |
parent | e949f3109eba639587f7f1e67c0d263489d31639 (diff) | |
download | FreeBSD-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 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index f954a1e..39ea150 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 |