diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-02-01 13:37:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-02-01 13:37:15 +0000 |
commit | b6d04ab36a786a14d15cd102b3b5c6f04dc67be8 (patch) | |
tree | 73e2dc49f25b8af1b6b04a2c5fccc128c1c56fcf /filesystems | |
parent | 3f5a309da65b049f7362cf1d4b34c1c259c74c03 (diff) | |
download | pkgsrc-b6d04ab36a786a14d15cd102b3b5c6f04dc67be8.tar.gz |
Add and enable fuse-bindfs.
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 e0d406185d6..2e953770488 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/07/16 14:54:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2010/02/01 13:37:15 jmmv Exp $ # COMMENT= File systems, and file system related packages @@ -7,6 +7,7 @@ SUBDIR+= fs-utils SUBDIR+= fuse SUBDIR+= fuse-afpfs-ng SUBDIR+= fuse-archivemount +SUBDIR+= fuse-bindfs SUBDIR+= fuse-cddfs SUBDIR+= fuse-chironfs SUBDIR+= fuse-cryptofs |