diff options
author | agc <agc@pkgsrc.org> | 2007-03-10 12:51:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-03-10 12:51:53 +0000 |
commit | 7714cc8825987a9450ebfafbec4778745d66c090 (patch) | |
tree | 322f88430ccdb2e913d99873de382d124a6c5922 | |
parent | 2a2531ae8d1a04e06c1a06607b6505e7c101f0e2 (diff) | |
download | pkgsrc-7714cc8825987a9450ebfafbec4778745d66c090.tar.gz |
Add and enable fuse-unionfs
-rw-r--r-- | filesystems/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile index 45fe5ea9cc0..ececc751a14 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/01 00:36:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2007/03/10 12:51:53 agc Exp $ # COMMENT= File systems, and file system related packages @@ -12,5 +12,6 @@ SUBDIR+= fuse-encfs SUBDIR+= fuse-httpfs SUBDIR+= fuse-lzofs SUBDIR+= fuse-ntfs-3g +SUBDIR+= fuse-unionfs .include "../mk/bsd.pkg.subdir.mk" |