diff options
author | bjs <bjs@pkgsrc.org> | 2007-12-13 07:01:09 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-12-13 07:01:09 +0000 |
commit | 23445f86ee575364b5fdd0c42e9cc963b87d7552 (patch) | |
tree | 3fc7e6ee67a90e42177a7668f4f6aab632ee6fab /filesystems/Makefile | |
parent | 607a6fd4d8bc7376b3a4e7ef395a17fbec10a905 (diff) | |
download | pkgsrc-23445f86ee575364b5fdd0c42e9cc963b87d7552.tar.gz |
Add fuse-svnfs to pkgsrc/filesystems top-level Makefile.
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 3599b65e566..0fb48af2c58 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/11/27 18:56:35 pooka Exp $ +# $NetBSD: Makefile,v 1.22 2007/12/13 07:01:09 bjs Exp $ # COMMENT= File systems, and file system related packages @@ -19,6 +19,7 @@ SUBDIR+= fuse-lzofs SUBDIR+= fuse-ntfs-3g SUBDIR+= fuse-obexfs SUBDIR+= fuse-pod +SUBDIR+= fuse-svnfs SUBDIR+= fuse-unionfs SUBDIR+= fuse-wdfs SUBDIR+= fuse-wikipediafs |