opnsense-src/sys/modules/random_other/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

11 lines
224 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../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>