diff options
author | des <des@FreeBSD.org> | 2004-01-07 11:55:44 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-01-07 11:55:44 +0000 |
commit | 20bc942046ed62c12895ffd1418110bca2b58111 (patch) | |
tree | e769b2fd5d972fd7d0940c8da443536950005bc0 /etc/Makefile | |
parent | ee97d7f67cc2df10b503f1ba4bea75cca412d63d (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |