summaryrefslogtreecommitdiff
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-09-25 09:58:00 +0000
committerMark Murray <markm@FreeBSD.org>2002-09-25 09:58:00 +0000
commit88eede79151684ba4b0ea4e00a4c7afb0922d83e (patch)
tree38ca60ee1c2394b09b50e04a3a67412bff362b75 /secure/lib/libssh
parent826a6331a669a6646d2b4d3c9f5ef03670a6be5f (diff)
Notes
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 7bfbdc31789b..515dab5aaa6d 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -15,6 +15,8 @@ SRCS+= bsd-misc.c entropy.c
SRCS+= version.c
CFLAGS+=-I${SSHDIR}
+NOLINT= true
+
.if defined(COMPAT_GETADDRINFO)
SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
.endif