SubDir HAIKU_TOP src bin keymap ;

SetSubDirSupportedPlatformsBeOSCompatible ;

BinCommand keymap :
	main.cpp
	Keymap.cpp
	: be $(TARGET_LIBSUPC++) ;

Package haiku-inputkit-cvs :
        keymap :
        boot home config bin ;

