=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- src/usr.bin/make/Makefile 2020/01/13 14:05:21 1.63 +++ src/usr.bin/make/Makefile 2020/01/13 15:41:53 1.64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2020/01/13 14:05:21 espie Exp $ +# $OpenBSD: Makefile,v 1.64 2020/01/13 15:41:53 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -16,7 +16,7 @@ HOSTCFLAGS+=${CDEFS} SRCS= arch.c buf.c cmd_exec.c compat.c cond.c dir.c direxpand.c dump.c \ - engine.c error.c expandchildren.c \ + engine.c enginechoice.c error.c expandchildren.c \ for.c init.c job.c lowparse.c main.c make.c memory.c parse.c \ parsevar.c str.c stats.c suff.c targ.c targequiv.c timestamp.c \ var.c varmodifiers.c varname.c