summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index ececc751a14..5ef31e61571 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/10 12:51:53 agc Exp $
+# $NetBSD: Makefile,v 1.10 2007/04/24 19:07:08 agc Exp $
#
COMMENT= File systems, and file system related packages
@@ -13,5 +13,6 @@ SUBDIR+= fuse-httpfs
SUBDIR+= fuse-lzofs
SUBDIR+= fuse-ntfs-3g
SUBDIR+= fuse-unionfs
+SUBDIR+= u9fs
.include "../mk/bsd.pkg.subdir.mk"