diff options
author | cem <cem@FreeBSD.org> | 2015-11-21 02:44:53 +0800 |
---|---|---|
committer | cem <cem@FreeBSD.org> | 2015-11-21 02:44:53 +0800 |
commit | 5bed7aae2855404061ef7212002682c418c84ef4 (patch) | |
tree | fd9b4e585adf4db60327a9f85be8f31345ff738c /sysutils/Makefile | |
parent | d33047a9cc7da9f290a9897bd98d75aa15af27d9 (diff) | |
download | freebsd-ports-gnome-5bed7aae2855404061ef7212002682c418c84ef4.tar.gz freebsd-ports-gnome-5bed7aae2855404061ef7212002682c418c84ef4.tar.zst freebsd-ports-gnome-5bed7aae2855404061ef7212002682c418c84ef4.zip |
sysutils/fusefs-lkl: Add lklfuse, a Linux implementation for FUSE
liblkl.a provides the Linux kernel (in nommu mode) as a library. The lklfuse
binary can be used to mount filesystems that Linux supports (btrfs, ext4 and
earlier, and xfs) read/write under FUSE.
Reviewed by: bdrewery
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D4199
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f9b46a6707e2..bf6965b916d7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -310,6 +310,7 @@ SUBDIR += fusefs-ifuse SUBDIR += fusefs-kmod SUBDIR += fusefs-libs + SUBDIR += fusefs-lkl SUBDIR += fusefs-mhddfs SUBDIR += fusefs-mp3fs SUBDIR += fusefs-ntfs |