summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2007-02-26 19:56:35 +0000
committerpooka <pooka@pkgsrc.org>2007-02-26 19:56:35 +0000
commite5320470e7e59c58a459569936a0069792f55bb8 (patch)
treecfade7edd55b23a352c9ff783de1d3e72a12e6ea /filesystems
parent9a07ff6ac5f07b7ee6ca8e2b36db64e64529eebf (diff)
downloadpkgsrc-e5320470e7e59c58a459569936a0069792f55bb8.tar.gz
add & enable fuse-ntfs-3g
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index 2359726732b..a652d769d9b 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/02/20 23:49:56 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2007/02/26 19:56:35 pooka Exp $
#
COMMENT= File systems, and file system related packages
@@ -10,5 +10,6 @@ SUBDIR+= fuse-cryptofs
SUBDIR+= fuse-curlftpfs
SUBDIR+= fuse-httpfs
SUBDIR+= fuse-lzofs
+SUBDIR+= fuse-ntfs-3g
.include "../mk/bsd.pkg.subdir.mk"