diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-10-15 14:15:35 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-10-15 14:15:35 +0000 |
commit | ced0f1a2905e919c987e632f7a24952a55eca613 (patch) | |
tree | 29a2c5a5bd92fe72d49c3ccc77182e911a08211d | |
parent | 3714d955faf9c3b84ec223879d732f9618df3a3f (diff) |
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}) |