diff options
author | jmmv <jmmv> | 2016-03-01 11:30:43 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2016-03-01 11:30:43 +0000 |
commit | b6edbfd83dce421bd77d05cdb0fb0bc44b52d2dc (patch) | |
tree | 58a07b7ab89b0087f889596bed636b32efd5e322 /filesystems | |
parent | 6d0fdf8227175fb093de760cc382340fc10dd7ef (diff) | |
download | pkgsrc-b6edbfd83dce421bd77d05cdb0fb0bc44b52d2dc.tar.gz |
Add and enable fuse-sshfs.
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 8fd2836ea8e..dc53758190a 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/02/05 21:01:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.40 2016/03/01 11:30:43 jmmv Exp $ # COMMENT= File systems, and file system related packages @@ -27,6 +27,7 @@ SUBDIR+= fuse-ntfs-3g SUBDIR+= fuse-obexfs SUBDIR+= fuse-pcachefs SUBDIR+= fuse-pod +SUBDIR+= fuse-sshfs SUBDIR+= fuse-svnfs SUBDIR+= fuse-unionfs SUBDIR+= fuse-wdfs |