summaryrefslogtreecommitdiffstats
path: root/sys/modules/random
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/random')
-rw-r--r--sys/modules/random/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index e8980fa..904015a 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -2,8 +2,8 @@
.PATH: ${.CURDIR}/../../dev/randomdev
.PATH: ${.CURDIR}/../../crypto/blowfish
-KMOD = randomdev
-SRCS = bus_if.h device_if.h randomdev.c yarrow.c
+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
CFLAGS += -I${.CURDIR}/../..
NOMAN = yes
OpenPOWER on IntegriCloud