summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index d26dacc..063aa04 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -254,6 +254,7 @@ SUBDIR= \
${_opensolaris} \
oce \
${_padlock} \
+ ${_padlock_rng} \
patm \
${_pccard} \
${_pcfclock} \
@@ -280,6 +281,7 @@ SUBDIR= \
${_random} \
rc4 \
${_rdma} \
+ ${_rdrand_rng} \
re \
reiserfs \
rl \
@@ -364,11 +366,14 @@ SUBDIR= \
${_x86bios} \
${_xe} \
xl \
+ yarrow_rng \
${_zfs} \
zlib \
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
_filemon= filemon
+_padlock_rng= padlock_rng
+_rdrand_rng= rdrand_rng
.endif
.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
OpenPOWER on IntegriCloud