=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/make/Makefile 2000/09/14 13:56:14 1.23 +++ src/usr.bin/make/Makefile 2000/11/24 14:36:33 1.24 @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2000/09/14 13:56:14 espie Exp $ +# $OpenBSD: Makefile,v 1.24 2000/11/24 14:36:33 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wstrict-prototypes +CFLAGS+=-DUSE_TIMESPEC .if (${MACHINE_ARCH} == "m88k") CFLAGS+=-O0 .endif