aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/config.mk')
-rw-r--r--sys/conf/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/config.mk b/sys/conf/config.mk
index ef4b8820d947..63d7ac6ec87a 100644
--- a/sys/conf/config.mk
+++ b/sys/conf/config.mk
@@ -8,6 +8,8 @@
# the code here when they all produce identical results
# (or should)
.if !defined(KERNBUILDDIR)
+opt_global.h:
+ echo "#define DEV_RANDOM 1" >> ${.TARGET}
opt_bpf.h:
echo "#define DEV_BPF 1" > ${.TARGET}
.if ${MK_INET_SUPPORT} != "no"