summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-11 13:13:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-11 13:13:05 +0000
commitc6c14012ccd51f36ce1cf2fe9fc913e859200c67 (patch)
treebccef266cf9d046dc630efb3047dba2b79ded5ba /bin
parent81fec8a9b3e15870d7b01e9ae44c1c496882382d (diff)
using COPTS is probably better than CFLAGS
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 0a9847a765f..1fff4ae6723 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -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