summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 08:57:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 08:57:37 +0000
commit59d21390f7a4374d2fd37bae9f6dcd48ae63f057 (patch)
tree44fdd4964b10b5ecb839973789dca107a7db9fdd /security/openssh
parentYet another missing piece in the AVR microcontroller toolchain: simulavr, (diff)
Fix BATCH problem in CURRENT
Notes
Notes: svn path=/head/; revision=66031
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index f4a3970d80ef..2969a1c8d7e0 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -141,7 +141,7 @@ post-install:
${PREFIX}/bin/ssh-keygen -t dsa -N "" -f ${ETCSSH}/ssh_host_dsa_key
.endif
.endif
-.if !exists(${ETCSSH}/moduli) && !exists(${ETCOLD}/moduli)
+.if !exists(${ETCSSH}/moduli)
@${ECHO_MSG} ">> Installing moduli."
${INSTALL_DATA} -c ${FILESDIR}/moduli ${ETCSSH}/moduli
.endif