diff options
Diffstat (limited to 'usr.bin/minigzip/Makefile')
-rw-r--r-- | usr.bin/minigzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile index 16173f55e33fd..8f5488a400ee5 100644 --- a/usr.bin/minigzip/Makefile +++ b/usr.bin/minigzip/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2.2.1 1998/01/12 09:58:46 obrien Exp $ +# $Id: Makefile,v 1.2.2.2 1998/01/14 03:01:10 alex Exp $ PROG= minigzip LDADD+= -lz |