summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-28 16:45:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-28 16:45:10 +0000
commitbebc1e5d6098359cade2911c3c29ad63b2ad3d5d (patch)
treee23766e46ab31598a57186d76061425a6456c298 /usr.bin
parent72d165bd6f58663ec3bb05adcfa60eb6acd1c037 (diff)
build a lint library for us to use above
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index ffe9f12696a..e5be2e51881 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.53 2006/04/18 10:44:28 dtucker Exp $
+# $OpenBSD: Makefile,v 1.54 2006/05/28 16:45:09 deraadt Exp $
.PATH: ${.CURDIR}/..
LIB= ssh
+WANTLINT=
SRCS= authfd.c authfile.c bufaux.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 \