summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-02-20 23:45:36 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-02-20 23:45:36 +0000
commitbc0bf98d668f85369ac0383275dffb145899d669 (patch)
treeccccd9a10e60f78d3323fe457196248245e9ca3a /filesystems
parent03b67c5d6ffe76aa6ad356af2849f1758ee6ea4e (diff)
downloadpkgsrc-bc0bf98d668f85369ac0383275dffb145899d669.tar.gz
+ fuse-httpfs
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index fc1fd62ec9b..bf714e6a23f 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/02/20 23:33:02 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2007/02/20 23:45:36 xtraeme Exp $
#
COMMENT= File systems, and file system related packages
@@ -7,6 +7,7 @@ SUBDIR+= fuse-archivemount
SUBDIR+= fuse-cddfs
SUBDIR+= fuse-cryptofs
SUBDIR+= fuse-curlftpfs
+SUBDIR+= fuse-httpfs
SUBDIR+= fuse-lzofs
.include "../mk/bsd.pkg.subdir.mk"