aboutsummaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-06 10:41:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-06 10:41:50 +0000
commitf634ba8bca78214ebed7939075ef7a11b2951105 (patch)
treef582d10a7dec487f989d97e6e0b60668f2f38cd2 /sysutils/Makefile
parent3f504fd287fc1f8fd22a3730d6a8d4f743cdd817 (diff)
downloadports-f634ba8bca78214ebed7939075ef7a11b2951105.tar.gz
ports-f634ba8bca78214ebed7939075ef7a11b2951105.zip
EncFS is an encrypted pass-through filesystem which runs in userspace,
using the FUSE kernel module. Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size. WWW: http://freshmeat.net/projects/encfs/ PR: ports/107600 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=181623
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index bdd784296796..2a1ee00f2f42 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -207,6 +207,7 @@
SUBDIR += fsbackup
SUBDIR += ftrace
SUBDIR += fusefs-curlftpfs
+ SUBDIR += fusefs-encfs
SUBDIR += fusefs-funionfs
SUBDIR += fusefs-gnome-vfs
SUBDIR += fusefs-httpfs