summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 4123ad1cecc..3cdd42351eb 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.28 2001/06/05 11:59:09 espie Exp $
+# $OpenBSD: Makefile,v 1.29 2001/07/18 13:29:49 espie Exp $
PROG= make
-CFLAGS+= -I${.OBJDIR} -I${.CURDIR} ${WARNINGS}
-WARNINGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic -Wmissing-prototypes
+CFLAGS+= -I${.OBJDIR} -I${.CURDIR}
+CDIAGFLAGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic \
+ -Wmissing-prototypes
CFLAGS+=-DUSE_TIMESPEC
CFLAGS+=-DHAS_BOOL_H