From ab99acf70d1c9730272d59352116f05e44ee55e3 Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 30 Jun 2014 16:31:28 +0000 Subject: MFC r267378: Fix path for zlib examples, this have no runtime effect and was overlooked when I was doing zlib update. --- lib/libz/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libz') 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 -- cgit v1.1