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 | f2ec34096bcf279a25d4f14f2aca38009b548a83 (patch) | |
tree | 798e7dea9134eb92c2a4e1c0e1b8c7cc3eeff38d /filesystems | |
parent | 2a8fb61eb86c6f40a014bdcd5a09dbd4cd420ce0 (diff) | |
download | pkgsrc-f2ec34096bcf279a25d4f14f2aca38009b548a83.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 |