1SubDir HAIKU_TOP src bin mkdos ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5BinCommand mkdos :
6	mkdos.cpp
7;
8
9