summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-25 04:53:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-25 04:53:22 +0000
commitd6d9814f0d029ddc571dcfd87317069e21e84d74 (patch)
treec33d553d1c4f97a77a9cb09e54c44f05a2013dc2 /usr.bin/ssh
parente91714beb885927f39796aa2c8933da80839bdec (diff)
linting this library is not helping anything
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index 368d8623e7b..321de6e11f6 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.62 2010/08/31 11:54:45 djm Exp $
+# $OpenBSD: Makefile,v 1.63 2011/04/25 04:53:21 deraadt Exp $
.PATH: ${.CURDIR}/..
.include "${.CURDIR}/../Makefile.inc"
LIB= ssh
-WANTLINT=
+WANTLINT=no
SRCS= authfd.c authfile.c bufaux.c bufec.c bufbn.c buffer.c canohost.c \
channels.c cipher.c cipher-3des1.c cipher-bf1.c cipher-ctr.c \
cleanup.c compat.c compress.c crc32.c deattack.c fatal.c \