summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-10-15 14:15:34 +0000
committermarkus <markus@openbsd.org>2000-10-15 14:15:34 +0000
commit73ed189c1a22dfa07f619472ac73ba67b5645c1f (patch)
tree710f99f963451eb0578ea4f57022446a966eefd9
parenttypos; from stevesk@sweden.hp.com (diff)
downloadwireguard-openbsd-73ed189c1a22dfa07f619472ac73ba67b5645c1f.tar.xz
wireguard-openbsd-73ed189c1a22dfa07f619472ac73ba67b5645c1f.zip
CFLAGS+= -Wall
-rw-r--r--usr.bin/ssh/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index fddf3da2feb..85e1454f9de 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,5 +1,7 @@
CFLAGS+= -I${.CURDIR}/..
+CFLAGS+= -Wall
+
.include <bsd.obj.mk>
.if exists(${.CURDIR}/../lib/${__objdir})