diff options
author | markm <markm@FreeBSD.org> | 2002-09-25 09:58:00 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-09-25 09:58:00 +0000 |
commit | 1244ddc10e77b842f7c94dbdf4bb76c862d5b0b1 (patch) | |
tree | 38ca60ee1c2394b09b50e04a3a67412bff362b75 /secure | |
parent | 84072d95a34b6971765837fbfdd181b032dc50ea (diff) | |
download | FreeBSD-src-1244ddc10e77b842f7c94dbdf4bb76c862d5b0b1.zip FreeBSD-src-1244ddc10e77b842f7c94dbdf4bb76c862d5b0b1.tar.gz |
Don't lint contrib'ed sources, even if the builder has asked for linting.
Its Just Too Noisy.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssh/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssl/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 805f7cd..f351b1a 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -27,6 +27,8 @@ LIB= crypto SHLIB_MAJOR= 2 +NOLINT= true + MAINTAINER= kris # base sources diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 7bfbdc3..515dab5 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 diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 7fe0a06..7a0eeb0 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -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 \ |