diff options
author | agc <agc@pkgsrc.org> | 2007-05-16 19:58:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-05-16 19:58:21 +0000 |
commit | 23971e88913c3943dc66eff3f2a5badb1a628ecc (patch) | |
tree | b41e3ce47f44434e16aec3c5fdf6f915acff7a54 /filesystems | |
parent | e71a9f285d73da9bcd77f557c614f5d8fccd9afb (diff) | |
download | pkgsrc-23971e88913c3943dc66eff3f2a5badb1a628ecc.tar.gz |
Add and enable wdfs
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 52574363f68..3cc1755e54e 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/05/16 10:33:26 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2007/05/16 19:58:21 agc Exp $ # COMMENT= File systems, and file system related packages @@ -17,6 +17,7 @@ SUBDIR+= fuse-ntfs-3g SUBDIR+= fuse-obexfs SUBDIR+= fuse-pod SUBDIR+= fuse-unionfs +SUBDIR+= fuse-wdfs SUBDIR+= py-fuse-bindings SUBDIR+= u9fs |