diff options
-rw-r--r-- | security/openssh/Makefile.intree | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile.intree b/security/openssh/Makefile.intree index 1ac3e7ac80a..e22a53785c7 100644 --- a/security/openssh/Makefile.intree +++ b/security/openssh/Makefile.intree @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.intree,v 1.5 2002/08/28 04:00:55 jlam Exp $ +# $NetBSD: Makefile.intree,v 1.6 2002/08/28 04:02:50 jlam Exp $ .include "../../mk/bsd.prefs.mk" @@ -19,7 +19,7 @@ PKG_SYSCONFSUBDIR:= ssh .endif # We would like to require an in-tree OpenSSL that is at least 0.9.5a, but the -# openssl buildlink.mk forces at least 0.9.6f, which makes +# openssl buildlink2.mk forces at least 0.9.6f, which makes # UPDATE_INTREE_OPENSSH useless for anything before 1.6* # # USE_OPENSSL_VERSION:= ${OPENSSL_VERSION_095A} |