diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-16 14:54:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-16 14:54:21 +0000 |
commit | 68fa587047eb0c0109a2551cdcdf730c9cdaebd8 (patch) | |
tree | 8f7dc08dbbaebdd344e351d32d38ed6be6240c8e /filesystems | |
parent | a050f94bafd8f87fa516f0980073ece40d0921ff (diff) | |
download | pkgsrc-68fa587047eb0c0109a2551cdcdf730c9cdaebd8.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 |