summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
diff options
context:
space:
mode:
authorpooka <pooka>2007-02-26 19:56:35 +0000
committerpooka <pooka>2007-02-26 19:56:35 +0000
commit33f7c5414aeaf9bb63efec1447541bd8e7af3bd5 (patch)
treecfade7edd55b23a352c9ff783de1d3e72a12e6ea /filesystems/Makefile
parent54bf693943c7066431959bcafa537eaa660fa958 (diff)
downloadpkgsrc-33f7c5414aeaf9bb63efec1447541bd8e7af3bd5.tar.gz
add & enable fuse-ntfs-3g
Diffstat (limited to 'filesystems/Makefile')
-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"