summaryrefslogtreecommitdiffstats
path: root/usr.bin/minigzip
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-13 15:57:55 +0000
committerbde <bde@FreeBSD.org>1997-12-13 15:57:55 +0000
commitd4b20a0f9a924fbb05d82b6c2c1236bdc03e7e82 (patch)
treee8ab8dfd0ecb1ea9a09d6c0defba9ee2d07970c9 /usr.bin/minigzip
parent2c703bda5c7c249f79c00ad8dac2112cfdffb4d5 (diff)
downloadFreeBSD-src-d4b20a0f9a924fbb05d82b6c2c1236bdc03e7e82.zip
FreeBSD-src-d4b20a0f9a924fbb05d82b6c2c1236bdc03e7e82.tar.gz
Fixed .PATH statement so that minigzip.c can be found when
${.OBJDIR} != ${.CURDIR}.
Diffstat (limited to 'usr.bin/minigzip')
-rw-r--r--usr.bin/minigzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile
index 58263e0..4d7fff3 100644
--- a/usr.bin/minigzip/Makefile
+++ b/usr.bin/minigzip/Makefile
@@ -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>
OpenPOWER on IntegriCloud