=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/usr.bin/make/Makefile 2015/10/14 13:50:22 1.60 --- src/usr.bin/make/Makefile 2016/10/14 09:27:21 1.61 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.60 2015/10/14 13:50:22 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.61 2016/10/14 09:27:21 natano Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} *************** *** 29,35 **** beforedepend: varhashconsts.h condhashconsts.h nodehashconsts.h # may need tweaking if you add variable synonyms or change the hash function ! MAGICVARSLOTS=77 MAGICCONDSLOTS=65 varhashconsts.h: generate --- 29,35 ---- beforedepend: varhashconsts.h condhashconsts.h nodehashconsts.h # may need tweaking if you add variable synonyms or change the hash function ! MAGICVARSLOTS=82 MAGICCONDSLOTS=65 varhashconsts.h: generate