diff options
author | xtraeme <xtraeme> | 2007-02-20 23:45:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-02-20 23:45:36 +0000 |
commit | f727943c2a6366e09cdb026b45ad3e5c41865916 (patch) | |
tree | ccccd9a10e60f78d3323fe457196248245e9ca3a /filesystems | |
parent | 155acf2aef9856567bc1f2672b965f434061ad51 (diff) | |
download | pkgsrc-f727943c2a6366e09cdb026b45ad3e5c41865916.tar.gz |
+ fuse-httpfs
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 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" |