-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMakefile
144 lines (142 loc) · 3.4 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
COMMENT = File systems and related utilities
SUBDIR += R-cran-fs
SUBDIR += acfgfs
SUBDIR += afuse
SUBDIR += archivemount
SUBDIR += automount
SUBDIR += avfs
SUBDIR += bindfs
SUBDIR += cfs
SUBDIR += chironfs
SUBDIR += clamfs
SUBDIR += cramfs
SUBDIR += cryptofs
SUBDIR += curlftpfs
SUBDIR += darling-dmg
SUBDIR += davfs2
SUBDIR += dsbmc
SUBDIR += dsbmc-cli
SUBDIR += dsbmd
SUBDIR += e2fsprogs
SUBDIR += e2fsprogs-core
SUBDIR += e2fsprogs-libblkid
SUBDIR += e2tools
SUBDIR += encfs
SUBDIR += exfat
SUBDIR += exfat-utils
SUBDIR += ext2
SUBDIR += fstyp
SUBDIR += fswatch-mon
SUBDIR += fusefs-libs
SUBDIR += fusefs-libs3
SUBDIR += genromfs
SUBDIR += gphotofs
SUBDIR += gvfs
SUBDIR += hammer2
SUBDIR += hfsexplorer
SUBDIR += hfsfuse
SUBDIR += hfsutils
SUBDIR += httpdirfs
SUBDIR += ifuse
SUBDIR += jmtpfs
SUBDIR += kio-fuse
SUBDIR += libbde
SUBDIR += libfsapfs
SUBDIR += libfsext
SUBDIR += libfsfat
SUBDIR += libfshfs
SUBDIR += libfsntfs
SUBDIR += libfsxfs
SUBDIR += libmodi
SUBDIR += linux-c7-dosfstools
SUBDIR += lizardfs
SUBDIR += lkl
SUBDIR += ltfs
SUBDIR += mergerfs
SUBDIR += mhddfs
SUBDIR += moosefs2-cgi
SUBDIR += moosefs2-cgiserv
SUBDIR += moosefs2-chunkserver
SUBDIR += moosefs2-cli
SUBDIR += moosefs2-client
SUBDIR += moosefs2-master
SUBDIR += moosefs2-metalogger
SUBDIR += moosefs2-netdump
SUBDIR += moosefs3-cgi
SUBDIR += moosefs3-cgiserv
SUBDIR += moosefs3-chunkserver
SUBDIR += moosefs3-cli
SUBDIR += moosefs3-client
SUBDIR += moosefs3-master
SUBDIR += moosefs3-metalogger
SUBDIR += moosefs3-netdump
SUBDIR += mp3fs
SUBDIR += mtools
SUBDIR += mtpfs
SUBDIR += nbt
SUBDIR += ntfs
SUBDIR += ntfs-compression
SUBDIR += ntfs2btrfs
SUBDIR += ods2
SUBDIR += openzfs
SUBDIR += openzfs-kmod
SUBDIR += p5-Filesys-Statvfs
SUBDIR += p5-Fuse
SUBDIR += pear-Horde_Vfs
SUBDIR += pod
SUBDIR += progsreiserfs
SUBDIR += py-dfvfs
SUBDIR += py-fs
SUBDIR += py-fs2
SUBDIR += py-fsspec
SUBDIR += py-fsspec-xrootd
SUBDIR += py-fusepy
SUBDIR += py-gcsfs
SUBDIR += py-libzfs
SUBDIR += py-llfuse
SUBDIR += py-prometheus-zfs
SUBDIR += py-pyfakefs
SUBDIR += py-s3fs
SUBDIR += py-zfs-autobackup
SUBDIR += rar2fs
SUBDIR += rubygem-winrm-fs
SUBDIR += s3backer
SUBDIR += s3fs
SUBDIR += sandboxfs
SUBDIR += scan_ffs
SUBDIR += securefs
SUBDIR += simple-mtpfs
SUBDIR += smbnetfs
SUBDIR += squashfs-tools
SUBDIR += squashfs-tools-ng
SUBDIR += squashfuse
SUBDIR += sshfs
SUBDIR += tclvfs
SUBDIR += ufs
SUBDIR += ufs_copy
SUBDIR += unionfs
SUBDIR += unreliablefs
SUBDIR += vzvol
SUBDIR += webdavfs
SUBDIR += wimlib
SUBDIR += xfsm
SUBDIR += xfsprogs
SUBDIR += xfuse
SUBDIR += zap
SUBDIR += zfs-periodic
SUBDIR += zfs-replicate
SUBDIR += zfs-snap-diff
SUBDIR += zfs-snapshot-clean
SUBDIR += zfs-snapshot-mgmt
SUBDIR += zfs-stats
SUBDIR += zfs-stats-lite
SUBDIR += zfsnap
SUBDIR += zfsnap2
SUBDIR += zfstools
SUBDIR += zip
SUBDIR += zisofs-tools
SUBDIR += zrepl
SUBDIR += zrepl-dsh2dsh
SUBDIR += ztop
SUBDIR += zxfer
.include <bsd.port.subdir.mk>