From 28dfa008e9ee775849b0333238f5ad3b43710887 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Wed, 11 Jun 2014 20:48:40 +0000 Subject: [PATCH] Fix path for zlib examples, this have no runtime effect and was overlooked when I was doing zlib update. MFC after: 2 weeks --- lib/libz/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libz/Makefile b/lib/libz/Makefile index bc723afd5b21..1b2fec59911a 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