diff options
author | pho <pho@pkgsrc.org> | 2020-01-19 00:59:17 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-19 00:59:17 +0000 |
commit | 84affef8d1d8d272cba7ce6b5b5aa5b13a1dba99 (patch) | |
tree | 06c5894e830d0bf292315e8fa78740be7714ac41 /archivers | |
parent | 83e1ce17aa1b8f390d45827c22131897688684db (diff) | |
download | pkgsrc-84affef8d1d8d272cba7ce6b5b5aa5b13a1dba99.tar.gz |
Add hs-tar
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 7c16b6f0497..9d818b16fd8 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2020/01/17 19:02:30 pho Exp $ +# $NetBSD: Makefile,v 1.169 2020/01/19 00:59:17 pho Exp $ # COMMENT= Archivers @@ -36,6 +36,7 @@ SUBDIR+= gzrecover SUBDIR+= ha SUBDIR+= heirloom-tar SUBDIR+= hpack +SUBDIR+= hs-tar SUBDIR+= hs-zip-archive SUBDIR+= hs-zlib SUBDIR+= innoextract |