summaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2013-07-29 20:26:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2013-07-29 20:26:27 +0000
commit99ff83da740de3de131259dc672d645639e6c965 (patch)
tree7321ee5c53e41f64a4e3a37d1e501321672bb5af /sys/modules/Makefile
parent23b5c8fe3d87622bb7f1c6bdbf747740d9cde683 (diff)
Notes
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 d26dacc845e4..063aa0494265 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" && \