From 69e01db9cb3fc1f82620daa225f774bee6b26f1e Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Wed, 24 Sep 2008 20:41:35 +0000 Subject: [PATCH] Add back ar(1) which was accidentally decoupled in r183242. Approved by: sam --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 2abc3d4c4d3a..3688533ea478 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