summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-09-24 20:41:35 +0000
committermarius <marius@FreeBSD.org>2008-09-24 20:41:35 +0000
commit7b7a9406b09a442ad6f02ee5e7f5146ef9e875c5 (patch)
treea0bca9c8063c8199184f52b5e4da8f4713fcba04
parentc8183352b8a811419059cf4051eb234b3274161d (diff)
downloadFreeBSD-src-7b7a9406b09a442ad6f02ee5e7f5146ef9e875c5.zip
FreeBSD-src-7b7a9406b09a442ad6f02ee5e7f5146ef9e875c5.tar.gz
Add back ar(1) which was accidentally decoupled in r183242.
Approved by: sam
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 2abc3d4..3688533 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -335,6 +335,7 @@ _ul= ul
.endif
.if ${MK_TOOLCHAIN} != "no"
+_ar= ar
_c89= c89
_c99= c99
_compile_et= compile_et
OpenPOWER on IntegriCloud