diff options
author | 2000-10-15 14:15:34 +0000 | |
---|---|---|
committer | 2000-10-15 14:15:34 +0000 | |
commit | 73ed189c1a22dfa07f619472ac73ba67b5645c1f (patch) | |
tree | 710f99f963451eb0578ea4f57022446a966eefd9 | |
parent | typos; from stevesk@sweden.hp.com (diff) | |
download | wireguard-openbsd-73ed189c1a22dfa07f619472ac73ba67b5645c1f.tar.xz wireguard-openbsd-73ed189c1a22dfa07f619472ac73ba67b5645c1f.zip |
CFLAGS+= -Wall
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 2 |
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}) |