1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

using COPTS is probably better than CFLAGS

This commit is contained in:
deraadt 2014-07-11 13:13:04 +00:00
parent 3e6428bc8c
commit 4748dd77fd
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# $OpenBSD: Makefile.inc,v 1.5 2014/07/10 12:55:14 tedu Exp $
# $OpenBSD: Makefile.inc,v 1.6 2014/07/11 13:13:04 deraadt Exp $
BINDIR?= /bin
LDSTATIC= ${STATIC}
CFLAGS+=-Werror-implicit-function-declaration
COPTS+=-Werror-implicit-function-declaration

View File

@ -1,3 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2001/01/28 19:34:26 niklas Exp $
# $OpenBSD: Makefile.inc,v 1.3 2014/07/11 13:13:04 deraadt Exp $
BINDIR?= /usr/libexec
COPTS+=-Werror-implicit-function-declaration

View File

@ -1,5 +1,5 @@
# $OpenBSD: Makefile.inc,v 1.5 2014/07/10 13:31:57 florian Exp $
# $OpenBSD: Makefile.inc,v 1.6 2014/07/11 13:13:04 deraadt Exp $
BINDIR?= /sbin
LDSTATIC= ${STATIC}
CFLAGS+= -Werror-implicit-function-declaration
COPTS+= -Werror-implicit-function-declaration

View File

@ -1,3 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 1996/06/26 05:31:08 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.3 2014/07/11 13:13:04 deraadt Exp $
BINDIR?= /usr/bin
COPTS+=-Werror-implicit-function-declaration