diff options
author | tron <tron@pkgsrc.org> | 2011-07-09 15:29:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-09 15:29:09 +0000 |
commit | 6d83eb4e79c0e2a52e07ee4e24f3599c98809782 (patch) | |
tree | 1e7ed50d37c331208f43bd48cd98524369d53b2e /filesystems | |
parent | 2c380140922d4018ce7c71640f490321f896f8af (diff) | |
download | pkgsrc-6d83eb4e79c0e2a52e07ee4e24f3599c98809782.tar.gz |
Add and enable "fuse-ext2".
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 feb4581a245..bbf1ad39a17 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/08/26 14:29:38 manu Exp $ +# $NetBSD: Makefile,v 1.31 2011/07/09 15:29:09 tron Exp $ # COMMENT= File systems, and file system related packages @@ -14,6 +14,7 @@ SUBDIR+= fuse-cryptofs SUBDIR+= fuse-curlftpfs SUBDIR+= fuse-djmount SUBDIR+= fuse-encfs +SUBDIR+= fuse-ext2 SUBDIR+= fuse-gmailfs SUBDIR+= fuse-gphotofs SUBDIR+= fuse-gstfs |