aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-25 19:10:09 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-25 19:10:09 +0000
commitf0b56c5c7e0ace605b88d5ec125589b02df94f9e (patch)
treed2e405b1830cc112b95eb861435acc4cf82f9dbe /secure/Makefile.inc
parentf6b51b2dfbfbaeba58e564d15a44a05c18f9f754 (diff)
downloadsrc-f0b56c5c7e0ace605b88d5ec125589b02df94f9e.tar.gz
src-f0b56c5c7e0ace605b88d5ec125589b02df94f9e.zip
No guts, no glory. Switch to OpenSSH-portable.
Sponsored by: DARPA, NAI Labs
Notes
Notes: svn path=/head/; revision=98820
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index 0f19a7bb99ec..faf7be0bd611 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -20,5 +20,5 @@ CFLAGS+= -DNO_IDEA
.endif
.if !defined(NO_OPENSSH)
-SSHDIR= ${.CURDIR}/../../../crypto/openssh
+SSHDIR= ${.CURDIR}/../../../crypto/openssh-portable
.endif