Install /etc/primes.

This commit is contained in:
Brian Feldman 2001-03-24 00:33:05 +00:00
parent 7c480c6c77
commit b8edd5f97d

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)