mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Fixed .PATH statement so that minigzip.c can be found when
${.OBJDIR} != ${.CURDIR}.
This commit is contained in:
parent
80987b7a3b
commit
30723f90ca
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue