summaryrefslogtreecommitdiff
path: root/libexec/Makefile.inc
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 /libexec/Makefile.inc
parent81fec8a9b3e15870d7b01e9ae44c1c496882382d (diff)
using COPTS is probably better than CFLAGS
Diffstat (limited to 'libexec/Makefile.inc')
-rw-r--r--libexec/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/Makefile.inc b/libexec/Makefile.inc
index 84b5d423730..ddac7da0dee 100644
--- a/libexec/Makefile.inc
+++ b/libexec/Makefile.inc
@@ -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