Restore the ability to kldload random.ko, by linking in the newly

added random_adaptors.c.
This commit is contained in:
Konstantin Belousov 2013-08-10 18:23:28 +00:00
parent 887d03eaf7
commit e5e4e178b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254185

View File

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