diff options
author | markd <markd> | 2012-03-20 00:56:40 +0000 |
---|---|---|
committer | markd <markd> | 2012-03-20 00:56:40 +0000 |
commit | b004e76a0b180f30c1f66a550f1888f9cdabed14 (patch) | |
tree | 5d4a2b21e623b8ff855b7115e9ccfea1a76a6f73 /archivers | |
parent | b70c885680f87e0c6f3864b83a3e59b95e03bad5 (diff) | |
download | pkgsrc-b004e76a0b180f30c1f66a550f1888f9cdabed14.tar.gz |
Add ark
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 596a7742c16..be3fc98c736 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2012/03/14 14:41:11 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2012/03/20 00:56:40 markd Exp $ # COMMENT= Archivers @@ -9,6 +9,7 @@ SUBDIR+= afio SUBDIR+= arc SUBDIR+= archangel SUBDIR+= arj +SUBDIR+= ark SUBDIR+= bicom SUBDIR+= bsdtar SUBDIR+= bunzip |