diff options
author | rh <rh> | 1999-08-16 15:30:16 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-16 15:30:16 +0000 |
commit | bf6a9cae4a94443a216d0039c003584ec804b742 (patch) | |
tree | edae9c02e7f49ac80e9960e0761970422dfda51d | |
parent | debeaa994583a69220af7b3083c7562bc4ea6024 (diff) | |
download | pkgsrc-bf6a9cae4a94443a216d0039c003584ec804b742.tar.gz |
Add and enable liblzo.
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index da0040af132..2a112b6f097 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/05/23 22:42:04 tv Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/16 15:30:16 rh Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # @@ -12,6 +12,7 @@ SUBDIR += ha SUBDIR += hpack SUBDIR += lha + SUBDIR += liblzo SUBDIR += macutil # SUBDIR += nulib # SUBDIR += p5-Compress-Zlib |