diff options
author | rh <rh> | 2001-09-09 15:06:36 +0000 |
---|---|---|
committer | rh <rh> | 2001-09-09 15:06:36 +0000 |
commit | 10f1c152d56b36cf936a02504a677a169a031101 (patch) | |
tree | 2871f88d187cb2a2db0f189032198dc9c0bb942b /archivers | |
parent | de0e219f028df37ff050bf579a9c831ff7e2aef3 (diff) | |
download | pkgsrc-10f1c152d56b36cf936a02504a677a169a031101.tar.gz |
Add and enable dact
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 58f44375632..7851d9b61e3 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/08/13 21:38:11 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2001/09/09 15:06:36 rh Exp $ # COMMENT= Archivers @@ -7,6 +7,7 @@ SUBDIR+= arc SUBDIR+= bicom SUBDIR+= bunzip SUBDIR+= bzip2 +SUBDIR+= dact SUBDIR+= fastjar SUBDIR+= freeze SUBDIR+= gcpio |