diff options
author | agc <agc@pkgsrc.org> | 2007-05-04 22:56:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-05-04 22:56:09 +0000 |
commit | 3ea26f0e96f28f5ecb01654c11591fb8c56b513f (patch) | |
tree | c2f35b42b3c4ad47ae83c1d8f628418f867c7a33 /filesystems/Makefile | |
parent | 24d089ccfbc843210e1d7a0ea0272c9c3d0f3bda (diff) | |
download | pkgsrc-3ea26f0e96f28f5ecb01654c11591fb8c56b513f.tar.gz |
Add and enable fuse-gmailfs.
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 f9627af69b1..f347a4f740b 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/05/04 19:53:32 agc Exp $ +# $NetBSD: Makefile,v 1.13 2007/05/04 22:56:09 agc Exp $ # COMMENT= File systems, and file system related packages @@ -9,6 +9,7 @@ SUBDIR+= fuse-cddfs SUBDIR+= fuse-cryptofs SUBDIR+= fuse-curlftpfs SUBDIR+= fuse-encfs +SUBDIR+= fuse-gmailfs SUBDIR+= fuse-gphotofs SUBDIR+= fuse-httpfs SUBDIR+= fuse-lzofs |