diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-23 07:04:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-23 07:04:38 +0000 |
commit | a728662f6ec8ca338f96692d7547fd9d974a076e (patch) | |
tree | f438d9e2cdd120ae186d312d196b36f14e4fd155 /archivers/Makefile | |
parent | d2d2b9d783fb7b1687731082f0d7eaede1610de2 (diff) |
add sectar, a program to create encrypted tar archives
PR: 24533
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Notes
Notes:
svn path=/head/; revision=37465
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 21f2d892cbd4..a4a09c59e5af 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -30,6 +30,7 @@ SUBDIR += ppunpack SUBDIR += rar SUBDIR += ruby-zlib + SUBDIR += sectar SUBDIR += unace SUBDIR += unadf SUBDIR += unarj |