summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-04-24 19:07:08 +0000
committeragc <agc@pkgsrc.org>2007-04-24 19:07:08 +0000
commita056676f3acfefbf648ea10862cc83b555327d6f (patch)
treec1cc838f462aec4ce89dd7fe68d69a1c26ec907e /filesystems
parent4512c74efe19f16a57bfcb4c124f33bd5dab7717 (diff)
downloadpkgsrc-a056676f3acfefbf648ea10862cc83b555327d6f.tar.gz
Add and enable u9fs
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"