summaryrefslogtreecommitdiff
path: root/usr.bin/ar
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2013-03-22 13:36:03 +0000
committerMartin Matuska <mm@FreeBSD.org>2013-03-22 13:36:03 +0000
commitacc60b03c17eb1e46c3993509dd8383185207183 (patch)
treee741e3532b574e7c25aa9bb07c18cdb16139824f /usr.bin/ar
parentebb8fc42bea6f8d36d49b0c0dd2cf5c4f052ade5 (diff)
parent6a316f322a46b3e531726dd2a7de63b9e245878d (diff)
downloadsrc-test2-acc60b03c17eb1e46c3993509dd8383185207183.tar.gz
src-test2-acc60b03c17eb1e46c3993509dd8383185207183.zip
Notes
Diffstat (limited to 'usr.bin/ar')
-rw-r--r--usr.bin/ar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile
index e9bb89336437..fa250720ebfe 100644
--- a/usr.bin/ar/Makefile
+++ b/usr.bin/ar/Makefile
@@ -5,8 +5,8 @@
PROG= ar
SRCS= ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h
-DPADD= ${LIBARCHIVE} ${LIBELF}
-LDADD= -larchive -lelf
+DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBZ}
+LDADD= -larchive -lelf -lz
CFLAGS+=-I. -I${.CURDIR}