summaryrefslogtreecommitdiffstats
path: root/sys/modules/random
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/random')
-rw-r--r--sys/modules/random/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index d736feb..84021c8 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -9,7 +9,10 @@ SRCS += vnode_if.h opt_noblockrandom.h
CFLAGS += -I${.CURDIR}/../..
NOMAN = yes
-NOBLOCKRANDOM= yes
+# Uncomment the below macro to make a /dev/random that will not block at
+# boot time. Useful for personal workstations and the like where reboot
+# speed is paramount.
+#NOBLOCKRANDOM= yes
.if defined(NOBLOCKRANDOM)
RANDOM_OPTS= "\#define NOBLOCKRANDOM"
.endif
OpenPOWER on IntegriCloud