From af2d834e29a460249f721eae2a5cae2e111f2c74 Mon Sep 17 00:00:00 2001 From: attilio Date: Sat, 13 Oct 2012 23:54:26 +0000 Subject: Import a FreeBSD port of the FUSE Linux module. This has been developed during 2 summer of code mandates and being revived by gnn recently. The functionality in this commit mirrors entirely content of fusefs-kmod port, which doesn't need to be installed anymore for -CURRENT setups. In order to get some sparse technical notes, please refer to: http://lists.freebsd.org/pipermail/freebsd-fs/2012-March/013876.html or to the project branch: svn://svn.freebsd.org/base/projects/fuse/ which also contains granular history of changes happened during port refinements. This commit does not came from the branch reintegration itself because it seems svn is not behaving properly for this functionaly at the moment. Partly Sponsored by: Google, Summer of Code program 2005, 2011 Originally submitted by: ilya, Csaba Henk In collabouration with: pho Tested by: flo, gnn, Gustau Perez, Kevin Oberman MFC after: 2 months --- sbin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index fcdb567..29a5f16 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -49,6 +49,7 @@ SUBDIR=adjkerntz \ mksnap_ffs \ mount \ mount_cd9660 \ + mount_fusefs \ mount_msdosfs \ mount_nfs \ mount_ntfs \ -- cgit v1.1