1SubDir HAIKU_TOP src bin mail_utils ;
2
3UsePrivateHeaders mail ;
4
5StdBinCommands
6	mail.cpp
7	: be mail
8	: mail.rdef
9	;
10
11StdBinCommands
12	mail2mbox.cpp
13	: be
14	: mail2mbox.rdef
15	;
16
17StdBinCommands
18	mbox2mail.cpp
19	: be libmail.so
20	: mbox2mail.rdef
21	;
22
23StdBinCommands
24	spamdbm.cpp
25	: be tracker [ TargetLibstdc++ ] libmail.so
26	: spamdbm.rdef
27	;
28