diff options
author | agc <agc@pkgsrc.org> | 2008-04-11 14:57:20 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2008-04-11 14:57:20 +0000 |
commit | 724de28584d73b1bf1f15005daf9bc0237bd31c8 (patch) | |
tree | a278ae91f5f0cdd96535e8806c49ac4a262163dd /filesystems | |
parent | 5aab256bf7c5cab5478e1b4d413daf1b06ad8dd9 (diff) | |
download | pkgsrc-724de28584d73b1bf1f15005daf9bc0237bd31c8.tar.gz |
Add and enable fuse-djmount
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 0fb48af2c58..d85d52f1b97 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/12/13 07:01:09 bjs Exp $ +# $NetBSD: Makefile,v 1.23 2008/04/11 14:57:20 agc Exp $ # COMMENT= File systems, and file system related packages @@ -10,6 +10,7 @@ SUBDIR+= fuse-cddfs SUBDIR+= fuse-chironfs SUBDIR+= fuse-cryptofs SUBDIR+= fuse-curlftpfs +SUBDIR+= fuse-djmount SUBDIR+= fuse-encfs SUBDIR+= fuse-gmailfs SUBDIR+= fuse-gphotofs |