1SubDir HAIKU_TOP src bin addattr ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5BinCommand addattr :
6	main.cpp
7	addAttr.cpp
8	: be
9	;
10