summaryrefslogtreecommitdiffstats
path: root/usr.bin/minigzip
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-06-21 21:47:08 +0000
committerdelphij <delphij@FreeBSD.org>2012-06-21 21:47:08 +0000
commitf1aa6057552263943bc055b803d1254994d5f139 (patch)
tree77406785fe7cd37081c5a9cabb2dc128be5b4716 /usr.bin/minigzip
parent47822f6690f1e74d6e808a2d97e6ed1ce4ad5089 (diff)
parent5ecec51ae55e160069af12ac1c8fb3c4612e498d (diff)
downloadFreeBSD-src-f1aa6057552263943bc055b803d1254994d5f139.zip
FreeBSD-src-f1aa6057552263943bc055b803d1254994d5f139.tar.gz
MFV: Update zlib to 1.2.7.
(x86 assembler optimization disabled for now because it requires the new .cfi_* directives that is not supported by base system binutils). MFC after: 1 week
Diffstat (limited to 'usr.bin/minigzip')
-rw-r--r--usr.bin/minigzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile
index 21b0924..b2cfc46 100644
--- a/usr.bin/minigzip/Makefile
+++ b/usr.bin/minigzip/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SRCDIR= ${.CURDIR}/../../lib/libz
+SRCDIR= ${.CURDIR}/../../lib/libz/test
.PATH: ${SRCDIR}
PROG= minigzip
OpenPOWER on IntegriCloud