mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
|
|
.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>
|