=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/main.c,v retrieving revision 1.97 retrieving revision 1.98 diff -c -r1.97 -r1.98 *** src/usr.bin/make/main.c 2012/10/02 10:29:31 1.97 --- src/usr.bin/make/main.c 2012/10/06 09:32:40 1.98 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.97 2012/10/02 10:29:31 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.98 2012/10/06 09:32:40 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* *************** *** 263,272 **** } break; case 'j': ! debug |= DEBUG_JOB; break; case 'J': /* ignore */ break; case 'l': debug |= DEBUG_LOUD; --- 263,275 ---- } break; case 'j': ! debug |= DEBUG_JOB | DEBUG_KILL; break; case 'J': /* ignore */ + break; + case 'k': + debug |= DEBUG_KILL; break; case 'l': debug |= DEBUG_LOUD;