From df99bf760c64b7aacfd253546605c4de767605de Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Tue, 27 Mar 2001 03:58:12 +0000 Subject: [PATCH] At least install primes to the right place, for now. I suppose. Reminded by: everyone --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index fe26c90a3460..4be00aabea4e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -26,8 +26,8 @@ BIN1= amd.map apmd.conf auth.conf \ .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSH) SSH= ${.CURDIR}/../crypto/openssh/ssh_config \ - ${.CURDIR}/../crypto/openssh/sshd_config -BIN1+= primes + ${.CURDIR}/../crypto/openssh/sshd_config \ + primes .endif .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)