diff options
author | rh <rh> | 2000-02-01 16:41:48 +0000 |
---|---|---|
committer | rh <rh> | 2000-02-01 16:41:48 +0000 |
commit | fef839f70c861fe3e06f49b6684815bf487060e8 (patch) | |
tree | 70c7c8bb3ae9cc43ef71b2e2d868647bd90a18c6 /archivers | |
parent | b66edbbbe715d25a0b32c84cb0db64cdfa6e400c (diff) | |
download | pkgsrc-fef839f70c861fe3e06f49b6684815bf487060e8.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 |