diff options
author | tron <tron> | 2011-07-09 15:29:09 +0000 |
---|---|---|
committer | tron <tron> | 2011-07-09 15:29:09 +0000 |
commit | b9c6a57e9cdf07b6b294deccf21bf04db16b9747 (patch) | |
tree | 1e7ed50d37c331208f43bd48cd98524369d53b2e /filesystems | |
parent | 5c152f80a49d73b3fc90b0d4746144217c866a9b (diff) | |
download | pkgsrc-b9c6a57e9cdf07b6b294deccf21bf04db16b9747.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 |