From 5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f Mon Sep 17 00:00:00 2001 From: ru 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 22c367f..512b90a 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 3fe9175..72b9402 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 a3d109f..07c6f67 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.1