aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-13 15:57:55 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-13 15:57:55 +0000
commit30723f90caac0db431f3025db4edfa4efef2c11d (patch)
tree53856842f6c12f662e2e5b2c498d3c3c0ebc9a2e
parent80987b7a3b0ba57a094d9b5c42af439d5f94fe8f (diff)
Notes
-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 58263e05476b4..4d7fff388e335 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>