diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 13:13:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 13:13:05 +0000 |
commit | c6c14012ccd51f36ce1cf2fe9fc913e859200c67 (patch) | |
tree | bccef266cf9d046dc630efb3047dba2b79ded5ba /usr.bin | |
parent | 81fec8a9b3e15870d7b01e9ae44c1c496882382d (diff) |
using COPTS is probably better than CFLAGS
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index d7788bfa2ba..26f1a59b7df 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -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 |