diff options
Diffstat (limited to 'usr.bin/ssh/lib/Makefile')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 3 |
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 \ |