diff options
author | wiz <wiz> | 2009-07-16 14:54:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-16 14:54:21 +0000 |
commit | 8c9ed8777cff779ef6cf33c6b5e820639d5fecf4 (patch) | |
tree | 8f7dc08dbbaebdd344e351d32d38ed6be6240c8e /filesystems | |
parent | 1745d05d66751e19ce2e834b0a89c8a399d5d05c (diff) | |
download | pkgsrc-8c9ed8777cff779ef6cf33c6b5e820639d5fecf4.tar.gz |
+ fuse-mp3fs.
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 dddfb36d6c0..e0d406185d6 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/12/14 06:38:37 bjs Exp $ +# $NetBSD: Makefile,v 1.26 2009/07/16 14:54:21 wiz Exp $ # COMMENT= File systems, and file system related packages @@ -19,6 +19,7 @@ SUBDIR+= fuse-gstfs SUBDIR+= fuse-httpfs SUBDIR+= fuse-loggedfs SUBDIR+= fuse-lzofs +SUBDIR+= fuse-mp3fs SUBDIR+= fuse-ntfs-3g SUBDIR+= fuse-obexfs SUBDIR+= fuse-pod |