summaryrefslogtreecommitdiff
path: root/sys/modules/random_fortuna/Makefile
blob: 0cddaa4ab30e73b87cf702a8cd91888a3692ba32 (plain)
1
2
3
4
5
6
7
8
9
.PATH:	${SRCTOP}/sys/dev/random

KMOD	= random_fortuna
SRCS	= randomdev.c hash.c fortuna.c
SRCS	+= opt_param.h bus_if.h device_if.h
SRCS	+= opt_ddb.h
CFLAGS	+= -DRANDOM_LOADABLE

.include <bsd.kmod.mk>