summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-01-07 11:55:44 +0000
committerdes <des@FreeBSD.org>2004-01-07 11:55:44 +0000
commit20bc942046ed62c12895ffd1418110bca2b58111 (patch)
treee769b2fd5d972fd7d0940c8da443536950005bc0 /etc/Makefile
parentee97d7f67cc2df10b503f1ba4bea75cca412d63d (diff)
downloadFreeBSD-src-20bc942046ed62c12895ffd1418110bca2b58111.zip
FreeBSD-src-20bc942046ed62c12895ffd1418110bca2b58111.tar.gz
Get moduli from the OpenSSH sources instead of keeping a local copy.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 4177857..c1d9325 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -27,7 +27,7 @@ BIN1+= printcap
.if !defined(NO_OPENSSH)
SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config \
- moduli
+ ${.CURDIR}/../crypto/openssh/moduli
.endif
SSL= ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
.endif
OpenPOWER on IntegriCloud