diff --git a/secure/Makefile.inc b/secure/Makefile.inc index faf7be0bd611..0f19a7bb99ec 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