diff options
author | rh <rh> | 2000-02-01 16:41:48 +0000 |
---|---|---|
committer | rh <rh> | 2000-02-01 16:41:48 +0000 |
commit | 7fec3d0a6ba34aa7354a7e09f66e6f300ce8d38d (patch) | |
tree | 70c7c8bb3ae9cc43ef71b2e2d868647bd90a18c6 /archivers | |
parent | de707a6dbf352a0b99f85dfe178f60867690e139 (diff) | |
download | pkgsrc-7fec3d0a6ba34aa7354a7e09f66e6f300ce8d38d.tar.gz |
Add and enable fastjar.
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 8a4fc3d33cd..8c0c7d9a00f 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.21 1999/09/18 15:24:12 kim Exp $ +# $NetBSD: Makefile,v 1.22 2000/02/01 16:41:48 rh Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # SUBDIR += arc SUBDIR += bzip2 SUBDIR += bunzip + SUBDIR += fastjar SUBDIR += freeze SUBDIR += gcpio SUBDIR += gsharutils |