diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-08 05:22:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-08 05:22:20 +0000 |
commit | 3c7d80a3360e670bb0aaef4c805a2eacb8d390b7 (patch) | |
tree | 4041644b534a5bdf6005e63bcc23b2f2d6985d54 /security | |
parent | Fix build on -current with gcc 3.1. (diff) |
Fix typing error in OPTION
Submitted by: joseph@randomnetworks.com
Notes
Notes:
svn path=/head/; revision=60840
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/Makefile | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index bffacc23db18..2a77e7f02843 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-suid-ssh .endif .if defined(OPENSSH_OVERWRITE_BASE) -USE_OPELSSL_BASE= yes +USE_OPENSSL_BASE= yes PKGNAMESUFFIX= -overwrite-base PREFIX= /usr MANPREFIX= ${PREFIX}/share diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index bffacc23db18..2a77e7f02843 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-suid-ssh .endif .if defined(OPENSSH_OVERWRITE_BASE) -USE_OPELSSL_BASE= yes +USE_OPENSSL_BASE= yes PKGNAMESUFFIX= -overwrite-base PREFIX= /usr MANPREFIX= ${PREFIX}/share |