mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../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>
|