Fixed .PATH statement so that minigzip.c can be found when

${.OBJDIR} != ${.CURDIR}.
This commit is contained in:
bde 1997-12-13 15:57:55 +00:00
parent 2c703bda5c
commit d4b20a0f9a

View File

@ -1,8 +1,8 @@
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/12/13 09:57:48 msmith Exp $
PROG= minigzip
LDADD+= -lz
DPADD+= ${LIBZ}
.PATH: ../../lib/libz
.PATH: ${.CURDIR}/../../lib/libz
.include <bsd.prog.mk>