diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-03-01 00:36:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-03-01 00:36:19 +0000 |
commit | 78887a99f95455f29395707a8cb7eac96078db2f (patch) | |
tree | 8a32291fc95d118babb168bd1f094104436058f3 /filesystems | |
parent | 5f6ba1d211419135c23e3579df7948692aec5e2b (diff) | |
download | pkgsrc-78887a99f95455f29395707a8cb7eac96078db2f.tar.gz |
Added filesystems/fuse-encfs.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile index a652d769d9b..45fe5ea9cc0 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/26 19:56:35 pooka Exp $ +# $NetBSD: Makefile,v 1.8 2007/03/01 00:36:19 xtraeme Exp $ # COMMENT= File systems, and file system related packages @@ -8,6 +8,7 @@ SUBDIR+= fuse-archivemount SUBDIR+= fuse-cddfs SUBDIR+= fuse-cryptofs SUBDIR+= fuse-curlftpfs +SUBDIR+= fuse-encfs SUBDIR+= fuse-httpfs SUBDIR+= fuse-lzofs SUBDIR+= fuse-ntfs-3g |