vfs: check userland buffers before reading them.
[haiku.git] / src / bin / mail_utils / Jamfile
blobd8c87e02a6bb09f0d76991c3e9e595e5d39eaee0
1 SubDir HAIKU_TOP src bin mail_utils ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders mail ;
7 StdBinCommands
8         mail.cpp
9         : be mail
10         : mail.rdef
11         ;
13 StdBinCommands
14         mail2mbox.cpp
15         : be
16         : mail2mbox.rdef
17         ;
19 StdBinCommands
20         mbox2mail.cpp
21         : be libmail.so
22         : mbox2mail.rdef
23         ;
25 StdBinCommands
26         spamdbm.cpp
27         : be tracker [ TargetLibstdc++ ] libmail.so
28         : spamdbm.rdef
29         ;