From e5e4e178b771c185365f1ba7afbeb13836d2fbe3 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 10 Aug 2013 18:23:28 +0000 Subject: [PATCH] Restore the ability to kldload random.ko, by linking in the newly added random_adaptors.c. --- sys/modules/random/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile index ad14899e7ef..a6fb5fb3aff 100644 --- a/sys/modules/random/Makefile +++ b/sys/modules/random/Makefile @@ -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