diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-13 15:57:55 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-13 15:57:55 +0000 |
| commit | 30723f90caac0db431f3025db4edfa4efef2c11d (patch) | |
| tree | 53856842f6c12f662e2e5b2c498d3c3c0ebc9a2e /usr.bin/minigzip | |
| parent | 80987b7a3b0ba57a094d9b5c42af439d5f94fe8f (diff) | |
Notes
Diffstat (limited to 'usr.bin/minigzip')
| -rw-r--r-- | usr.bin/minigzip/Makefile | 4 |
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> |
