diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 13:29:50 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 13:29:50 +0000 |
commit | 74869e982d6cef07291c73c2fdb82f2a670637e4 (patch) | |
tree | a30b95dc70e887e109cc918903b24c1c9d365188 /usr.bin | |
parent | f75a7e216573c7aef8def0df6d15349d590fe4c9 (diff) |
CDIAGFLAGS
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/Makefile | 7 |
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 |