mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install /etc/primes.
This commit is contained in:
parent
7c480c6c77
commit
b8edd5f97d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue