summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
blob: 45fe5ea9cc098b589ac56e94cfb1f6e40a77ff94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.8 2007/03/01 00:36:19 xtraeme Exp $
#

COMMENT=	File systems, and file system related packages

SUBDIR+=	fuse
SUBDIR+=	fuse-archivemount
SUBDIR+=	fuse-cddfs
SUBDIR+=	fuse-cryptofs
SUBDIR+=	fuse-curlftpfs
SUBDIR+=	fuse-encfs
SUBDIR+=	fuse-httpfs
SUBDIR+=	fuse-lzofs
SUBDIR+=	fuse-ntfs-3g

.include "../mk/bsd.pkg.subdir.mk"