diff options
author | wrstuden <wrstuden@pkgsrc.org> | 1999-02-03 22:44:10 +0000 |
---|---|---|
committer | wrstuden <wrstuden@pkgsrc.org> | 1999-02-03 22:44:10 +0000 |
commit | ffbeca0461229f99eb611714b5f7502cd1615b21 (patch) | |
tree | ec965640537172d8e690930670d7d6cff71b59be | |
parent | 9c2d364fbff90891d986f7f6fb11b6ec632e5717 (diff) | |
download | pkgsrc-ffbeca0461229f99eb611714b5f7502cd1615b21.tar.gz |
Oops! In Makefile, tabs != spaces. Comment lines need spaces, indented
commands need tabs.
-rw-r--r-- | security/ssh/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 5dc1cf8aa11..9f06d00955f 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 1999/01/30 20:15:19 is Exp $ +# $NetBSD: Makefile,v 1.39 1999/02/03 22:44:10 wrstuden Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -92,11 +92,11 @@ pre-patch: fetch-depends: .if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO @${ECHO} - @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO - @${ECHO} in order to build this package. USA residents that are - @${ECHO} no licensees of the RSA algorithm MUST set this variable - @${ECHO} to YES. Users outside the USA MUST set this variable to - @${ECHO} NO. Licensees may choose -- NO is faster. + @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO + @${ECHO} in order to build this package. USA residents that are + @${ECHO} no licensees of the RSA algorithm MUST set this variable + @${ECHO} to YES. Users outside the USA MUST set this variable to + @${ECHO} NO. Licensees may choose -- NO is faster. @${ECHO} @${ECHO} You may also want to set DONT_USE_IDEA to YES if this program @${ECHO} will be used for a commercial purpose. There are other |