summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-08-10 19:38:29 +0000
committerkib <kib@FreeBSD.org>2013-08-10 19:38:29 +0000
commite3e1c5db73b1252932f9d90ce2148d1c8eff1265 (patch)
tree04b2440ab7e98e1f29a44b3662ebbc662e785a3f /sys/modules
parent9cf594447b464247718faa3735296514e8d0928c (diff)
downloadFreeBSD-src-e3e1c5db73b1252932f9d90ce2148d1c8eff1265.zip
FreeBSD-src-e3e1c5db73b1252932f9d90ce2148d1c8eff1265.tar.gz
The random_adapters.c is standard in the conf/files. Revert wrong
r254185. Pointed out by: peter
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/random/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index a6fb5fb..ad14899 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../../crypto/sha2
KMOD= random
-SRCS= randomdev.c random_adaptors.c probe.c
+SRCS= randomdev.c probe.c
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
SRCS+= nehemiah.c
SRCS+= ivy.c
OpenPOWER on IntegriCloud