diff options
author | wiz <wiz> | 2001-08-13 21:38:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-08-13 21:38:11 +0000 |
commit | 6367dbbfcdb0c4ca1479374f1911aabb14865a7b (patch) | |
tree | d9c018c6111e0b225508f13be7ec5cf107a03032 /archivers | |
parent | f93703377ed07ac954941ba93e976a6b697a8f02 (diff) | |
download | pkgsrc-6367dbbfcdb0c4ca1479374f1911aabb14865a7b.tar.gz |
add and enable bicom
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 0c55dcfcd6b..58f44375632 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2001/06/30 23:14:46 taca Exp $ +# $NetBSD: Makefile,v 1.32 2001/08/13 21:38:11 wiz Exp $ # COMMENT= Archivers SUBDIR+= arc +SUBDIR+= bicom SUBDIR+= bunzip SUBDIR+= bzip2 SUBDIR+= fastjar |