diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-05-16 10:33:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-05-16 10:33:26 +0000 |
commit | 3dcd5aea09d4d8e6313fb2ab1e50e6d5e0718f10 (patch) | |
tree | 798e7dea9134eb92c2a4e1c0e1b8c7cc3eeff38d /filesystems | |
parent | 8bd868e8f9210f2ecbd6223f2f469bf6feac8c15 (diff) | |
download | pkgsrc-3dcd5aea09d4d8e6313fb2ab1e50e6d5e0718f10.tar.gz |
+ fuse-obexfs
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 b70a19664da..52574363f68 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/05/04 23:49:32 agc Exp $ +# $NetBSD: Makefile,v 1.15 2007/05/16 10:33:26 xtraeme Exp $ # COMMENT= File systems, and file system related packages @@ -14,6 +14,7 @@ SUBDIR+= fuse-gphotofs SUBDIR+= fuse-httpfs SUBDIR+= fuse-lzofs SUBDIR+= fuse-ntfs-3g +SUBDIR+= fuse-obexfs SUBDIR+= fuse-pod SUBDIR+= fuse-unionfs SUBDIR+= py-fuse-bindings |