xref: /haiku/src/bin/addattr/Jamfile (revision 8d2bf6953e851d431fc67de1bc970c40afa79e9f)
1SubDir HAIKU_TOP src bin addattr ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5BinCommand addattr :
6	main.cpp
7	addAttr.cpp
8	: be
9	;
10