diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-13 21:38:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-13 21:38:11 +0000 |
commit | 6b6657b59804851cc056796a48fd139f6a321ad7 (patch) | |
tree | d9c018c6111e0b225508f13be7ec5cf107a03032 | |
parent | 36eb856098deeee39429613264713f76dbae6334 (diff) | |
download | pkgsrc-6b6657b59804851cc056796a48fd139f6a321ad7.tar.gz |
add and enable bicom
-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 |