Install /etc/primes.

This commit is contained in:
Brian Feldman 2001-03-24 00:33:05 +00:00
parent 7c480c6c77
commit b8edd5f97d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74718

View File

@ -27,6 +27,7 @@ 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
.endif
.if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)