Don't lint contrib'ed sources, even if the builder has asked for linting.
Its Just Too Noisy.
This commit is contained in:
parent
4a653255b2
commit
4d3aeed7df
@ -27,6 +27,8 @@
|
||||
LIB= crypto
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
NOLINT= true
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
# base sources
|
||||
|
@ -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
|
||||
|
@ -3,6 +3,8 @@
|
||||
LIB= ssl
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
NOLINT= true
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
SRCS= bio_ssl.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
|
||||
|
Loading…
Reference in New Issue
Block a user