diff options
author | jlam <jlam> | 2002-08-28 04:02:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-28 04:02:50 +0000 |
commit | 321226d4cb5ae22d89d6a82e931364e86f337654 (patch) | |
tree | 3714fc8c01826c158e19aec90b919fc65820bb0f /security/openssh/Makefile.intree | |
parent | f1deea0a2a7246259bbea8531b38703c34f15851 (diff) | |
download | pkgsrc-321226d4cb5ae22d89d6a82e931364e86f337654.tar.gz |
We actually use the openssl buildlink2.mk file.
Diffstat (limited to 'security/openssh/Makefile.intree')
-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} |