=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cond.c,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/make/cond.c 2019/12/21 15:29:25 1.54 --- src/usr.bin/make/cond.c 2023/09/04 11:35:11 1.55 *************** *** 1,4 **** ! /* $OpenBSD: cond.c,v 1.54 2019/12/21 15:29:25 espie Exp $ */ /* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cond.c,v 1.55 2023/09/04 11:35:11 espie Exp $ */ /* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */ /* *************** *** 42,48 **** #include #include #include - #include "config.h" #include "defines.h" #include "dir.h" #include "buf.h" --- 42,47 ----