diff options
author | manu <manu@pkgsrc.org> | 2010-08-25 07:36:17 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2010-08-25 07:36:17 +0000 |
commit | bba31085094793df5d494954756c3ca85a5ffe3c (patch) | |
tree | dc6767d625e4fe40872b3d313f84cb2ca66ce5ca /filesystems/Makefile | |
parent | 5c9c0012b7825a5361e071c4442949a13051ef17 (diff) | |
download | pkgsrc-bba31085094793df5d494954756c3ca85a5ffe3c.tar.gz |
Add perfuse-20100825
This is exactly the code in-tree for NetBS-current. The package is there
to help using that code on NetBSD-5.x
Diffstat (limited to 'filesystems/Makefile')
-rw-r--r-- | filesystems/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile index b73b3933beb..7b1a21af619 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2010/07/24 18:15:11 gdt Exp $ +# $NetBSD: Makefile,v 1.29 2010/08/25 07:36:17 manu Exp $ # COMMENT= File systems, and file system related packages @@ -28,6 +28,7 @@ SUBDIR+= fuse-svnfs SUBDIR+= fuse-unionfs SUBDIR+= fuse-wdfs SUBDIR+= fuse-wikipediafs +SUBDIR+= perfuse SUBDIR+= py-fuse-bindings SUBDIR+= tahoe-lafs SUBDIR+= u9fs |