diff options
author | marius <marius@FreeBSD.org> | 2008-09-24 20:41:35 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-09-24 20:41:35 +0000 |
commit | 7b7a9406b09a442ad6f02ee5e7f5146ef9e875c5 (patch) | |
tree | a0bca9c8063c8199184f52b5e4da8f4713fcba04 /usr.bin/Makefile | |
parent | c8183352b8a811419059cf4051eb234b3274161d (diff) | |
download | FreeBSD-src-7b7a9406b09a442ad6f02ee5e7f5146ef9e875c5.zip FreeBSD-src-7b7a9406b09a442ad6f02ee5e7f5146ef9e875c5.tar.gz |
Add back ar(1) which was accidentally decoupled in r183242.
Approved by: sam
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
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 |