summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/random/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index 8c46764..8c6191d 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -4,23 +4,11 @@
.PATH: ${.CURDIR}/../../crypto/blowfish
KMOD= random
-SRCS= bus_if.h device_if.h randomdev.c yarrow.c hash.c
+SRCS= randomdev.c yarrow.c hash.c
SRCS+= bf_cbc.c bf_skey.c bf_enc.c
-SRCS+= vnode_if.h opt_noblockrandom.h
+SRCS+= bus_if.h device_if.h vnode_if.h
NOMAN= yes
CFLAGS+= -I${.CURDIR}/../..
-# 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
-
-opt_noblockrandom.h:
- touch opt_noblockrandom.h
- echo $(RANDOM_OPTS) >> opt_noblockrandom.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud