CompatInterrupt
bmake_signal(SIGINT, CompatInterrupt);
bmake_signal(SIGTERM, CompatInterrupt);
bmake_signal(SIGHUP, CompatInterrupt);
bmake_signal(SIGQUIT, CompatInterrupt);