mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Restore the ability to kldload random.ko, by linking in the newly
added random_adaptors.c.
This commit is contained in:
parent
887d03eaf7
commit
e5e4e178b7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
.PATH: ${.CURDIR}/../../crypto/sha2
|
||||
|
||||
KMOD= random
|
||||
SRCS= randomdev.c probe.c
|
||||
SRCS= randomdev.c random_adaptors.c probe.c
|
||||
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
|
||||
SRCS+= nehemiah.c
|
||||
SRCS+= ivy.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue