=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/extern.h,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/make/extern.h 2010/07/19 19:46:44 1.43 --- src/usr.bin/make/extern.h 2020/01/13 14:51:50 1.44 *************** *** 1,7 **** #ifndef EXTERN_H #define EXTERN_H ! /* $OpenBSD: extern.h,v 1.43 2010/07/19 19:46:44 espie Exp $ */ /* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */ /*- --- 1,7 ---- #ifndef EXTERN_H #define EXTERN_H ! /* $OpenBSD: extern.h,v 1.44 2020/01/13 14:51:50 espie Exp $ */ /* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */ /*- *************** *** 40,46 **** * from: @(#)nonints.h 8.3 (Berkeley) 3/19/94 */ - extern bool compatMake; /* True if we are make compatible */ extern bool ignoreErrors; /* True if should ignore all errors */ extern bool beSilent; /* True if should print no commands */ extern bool noExecute; /* True if should execute nothing */ --- 40,45 ----