From 9bb2b9aba2862e19b723359be5f9db8f385410ca Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 3 May 2007 14:23:42 +0000 Subject: [PATCH] Fix typo in "SUBST_MESSAGE.dl". --- security/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 48b4157328c9..35f839ecbda8 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2007/04/26 21:11:05 tron Exp $ +# $NetBSD: Makefile,v 1.125 2007/05/03 14:23:42 tron Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty @@ -81,7 +81,7 @@ CONFIGURE_ARGS+= irix64-mips4-cc .include "../../mk/dlopen.buildlink3.mk" SUBST_CLASSES+= dl -SUBST_MESSAGE.dl= Adding dynmamic link compatibility library. +SUBST_MESSAGE.dl= Adding dynamic link compatibility library. SUBST_STAGE.dl= post-configure SUBST_FILES.dl= Makefile apps/Makefile crypto/Makefile \ crypto/pkcs7/Makefile fips/Makefile test/Makefile