From a35d88931c87cfe6bd38f01d7bad22140b3b38f3 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 24 Oct 2004 15:33:08 +0000 Subject: For variables that are only checked with defined(), don't provide any fake value. --- secure/lib/libcrypto/Makefile | 2 +- secure/lib/libssh/Makefile | 2 +- secure/lib/libssl/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'secure') diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 22c367f7a2fd..512b90a0e35e 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -4,7 +4,7 @@ LIB= crypto SHLIBDIR?= /lib SHLIB_MAJOR= 3 -NOLINT= true +NOLINT= .if exists(Makefile.man) .include "Makefile.man" diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 3fe9175d78c3..72b94021ea14 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -30,7 +30,7 @@ DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN} LDADD+= -lgssapi -lkrb5 -lasn1 -lcom_err -lmd -lroken .endif -NOLINT= true +NOLINT= DPADD+= ${LIBCRYPTO} ${LIBCRYPT} LDADD+= -lcrypto -lcrypt diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index a3d109fd3af1..07c6f67fa6e8 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -3,7 +3,7 @@ LIB= ssl SHLIB_MAJOR= 3 -NOLINT= true +NOLINT= .if exists(Makefile.man) .include "Makefile.man" -- cgit v1.3