summaryrefslogtreecommitdiff
path: root/games/Makefile.inc
diff options
context:
space:
mode:
authortb <tb@cvs.openbsd.org>2015-12-28 20:55:56 +0000
committertb <tb@cvs.openbsd.org>2015-12-28 20:55:56 +0000
commitca0f93cf7f05b71a14ee9ed66e06416c9ff657ba (patch)
treef413fc6e395fa9562aa938e87bc194548a71b4d0 /games/Makefile.inc
parente82d67331142f438995658baa47545d8c7e09103 (diff)
Build most of games/ with -Werror-implicit-function-declaration.
Prompted by benno's addition of the flag to most of usr.sbin/. ok benno@
Diffstat (limited to 'games/Makefile.inc')
-rw-r--r--games/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile.inc b/games/Makefile.inc
index b2fd811edd1..e0faf941375 100644
--- a/games/Makefile.inc
+++ b/games/Makefile.inc
@@ -1,3 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.6 2015/11/24 03:10:09 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2015/12/28 20:55:55 tb Exp $
BINDIR?= /usr/games
+COPTS+= -Werror-implicit-function-declaration