diff options
author | des <des@FreeBSD.org> | 2002-06-29 12:16:50 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-06-29 12:16:50 +0000 |
commit | 43b95334189f896d0242057b59041dc7ddbf5a9d (patch) | |
tree | 2a83ca305054c08278ae0598eaf13b4ffa0db24c /secure | |
parent | 3cde2270d841bb24f5aa876a50312f3fb893e7df (diff) | |
download | FreeBSD-src-43b95334189f896d0242057b59041dc7ddbf5a9d.zip FreeBSD-src-43b95334189f896d0242057b59041dc7ddbf5a9d.tar.gz |
Switch over to 3.4p1.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc index faf7be0..0f19a7b 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-portable +SSHDIR= ${.CURDIR}/../../../crypto/openssh .endif |