summaryrefslogtreecommitdiffstats
path: root/lib/libz
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-06-30 16:31:28 +0000
committerdelphij <delphij@FreeBSD.org>2014-06-30 16:31:28 +0000
commitab99acf70d1c9730272d59352116f05e44ee55e3 (patch)
tree856e36379ce4e2557ec797114b3d5e09e0227d1e /lib/libz
parent6d7456de0756bfb006406251229b9110f60eebcf (diff)
downloadFreeBSD-src-ab99acf70d1c9730272d59352116f05e44ee55e3.zip
FreeBSD-src-ab99acf70d1c9730272d59352116f05e44ee55e3.tar.gz
MFC r267378:
Fix path for zlib examples, this have no runtime effect and was overlooked when I was doing zlib update.
Diffstat (limited to 'lib/libz')
-rw-r--r--lib/libz/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile
index 4ecb022..7513532 100644
--- a/lib/libz/Makefile
+++ b/lib/libz/Makefile
@@ -55,6 +55,8 @@ CFLAGS+= -DSYMBOL_VERSIONING
INCS= zconf.h zlib.h
+.PATH: ${.CURDIR}/test
+
minigzip: all minigzip.o
$(CC) -o minigzip minigzip.o -L. -lz
OpenPOWER on IntegriCloud