diff options
author | bjs <bjs@pkgsrc.org> | 2008-12-14 06:38:37 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-12-14 06:38:37 +0000 |
commit | a6e0b2455ed02d6ca6caa825c037c5f9a859c737 (patch) | |
tree | 59f369b681565a5bcda8aa9970be1a19bb711943 /filesystems | |
parent | 7e5da2d0f0d7c67f787b781b25bd7ab8dafb66cf (diff) | |
download | pkgsrc-a6e0b2455ed02d6ca6caa825c037c5f9a859c737.tar.gz |
Add fuse-gstfs to filesystems/Makefile.
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 776a00b3fa2..dddfb36d6c0 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/09/29 15:23:22 stacktic Exp $ +# $NetBSD: Makefile,v 1.25 2008/12/14 06:38:37 bjs Exp $ # COMMENT= File systems, and file system related packages @@ -15,6 +15,7 @@ SUBDIR+= fuse-djmount SUBDIR+= fuse-encfs SUBDIR+= fuse-gmailfs SUBDIR+= fuse-gphotofs +SUBDIR+= fuse-gstfs SUBDIR+= fuse-httpfs SUBDIR+= fuse-loggedfs SUBDIR+= fuse-lzofs |