Don't lint contrib'ed sources, even if the builder has asked for linting.

Its Just Too Noisy.
This commit is contained in:
Mark Murray 2002-09-25 09:58:00 +00:00
parent 826a6331a6
commit 88eede7915
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103960
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@
LIB= crypto
SHLIB_MAJOR= 2
NOLINT= true
MAINTAINER= kris
# base sources

View File

@ -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

View File

@ -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 \