diff options
author | pooka <pooka> | 2007-02-26 19:56:35 +0000 |
---|---|---|
committer | pooka <pooka> | 2007-02-26 19:56:35 +0000 |
commit | 9080cb676c2f792d73cacbc7a930583a1e7a4f04 (patch) | |
tree | cfade7edd55b23a352c9ff783de1d3e72a12e6ea /filesystems/Makefile | |
parent | 21476ebfa0a152ae60ef026bc36b8fbe425760f1 (diff) | |
download | pkgsrc-9080cb676c2f792d73cacbc7a930583a1e7a4f04.tar.gz |
add & enable fuse-ntfs-3g
Diffstat (limited to 'filesystems/Makefile')
-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" |