At least install primes to the right place, for now. I suppose.

Reminded by:	everyone
This commit is contained in:
Brian Feldman 2001-03-27 03:58:12 +00:00
parent 094ab93715
commit df99bf760c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74837

View File

@ -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)