mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/random
|
|
|
|
KMOD = random_OTHER
|
|
SRCS = randomdev.c hash.c other_algorithm.c
|
|
SRCS += opt_param.h bus_if.h device_if.h
|
|
SRCS += opt_ddb.h
|
|
CFLAGS += -DRANDOM_LOADABLE
|
|
|
|
.include <bsd.kmod.mk>
|