diff options
author | rh <rh@pkgsrc.org> | 1999-08-16 15:40:07 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-16 15:40:07 +0000 |
commit | c9bed1bf8c25a561989010d55f2aeb098bcbf7c0 (patch) | |
tree | 35f0649137fcd73d0b953f08ebb2668df6f1ac00 /archivers | |
parent | 60546359f29977347ab46ed7e13eb196e0e54787 (diff) | |
download | pkgsrc-c9bed1bf8c25a561989010d55f2aeb098bcbf7c0.tar.gz |
Add and enable lzop.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 2a112b6f097..d03795dbbfb 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/08/16 15:30:16 rh Exp $ +# $NetBSD: Makefile,v 1.18 1999/08/16 15:40:07 rh Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # @@ -13,6 +13,7 @@ SUBDIR += hpack SUBDIR += lha SUBDIR += liblzo + SUBDIR += lzop SUBDIR += macutil # SUBDIR += nulib # SUBDIR += p5-Compress-Zlib |