Fix path for zlib examples, this have no runtime effect and was

overlooked when I was doing zlib update.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2014-06-11 20:48:40 +00:00
parent 9afa8f431f
commit 28dfa008e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267378

View File

@ -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