diff options
author | pooka <pooka@pkgsrc.org> | 2007-02-26 19:56:35 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2007-02-26 19:56:35 +0000 |
commit | cb1f34129acd2ae6695d08e6c5dd21bfec36d0ce (patch) | |
tree | cfade7edd55b23a352c9ff783de1d3e72a12e6ea /filesystems | |
parent | 850fb78167471f187cb574fa829029949b14af45 (diff) | |
download | pkgsrc-cb1f34129acd2ae6695d08e6c5dd21bfec36d0ce.tar.gz |
add & enable fuse-ntfs-3g
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 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" |