summaryrefslogtreecommitdiffstats
path: root/sys/modules/random/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/random/Makefile')
-rw-r--r--sys/modules/random/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index 84021c8..8c46764 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -1,13 +1,15 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/random
-.PATH: ${.CURDIR}/../../crypto/blowfish
-KMOD = random
-SRCS = bus_if.h device_if.h randomdev.c yarrow.c hash.c
-SRCS += bf_cbc.c bf_skey.c bf_enc.c
-SRCS += vnode_if.h opt_noblockrandom.h
-CFLAGS += -I${.CURDIR}/../..
-NOMAN = yes
+.PATH: ${.CURDIR}/../../dev/random
+.PATH: ${.CURDIR}/../../crypto/blowfish
+
+KMOD= random
+SRCS= bus_if.h device_if.h randomdev.c yarrow.c hash.c
+SRCS+= bf_cbc.c bf_skey.c bf_enc.c
+SRCS+= vnode_if.h opt_noblockrandom.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
OpenPOWER on IntegriCloud