]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/random_other/Makefile
Update to Zstandard 1.4.0
[FreeBSD/FreeBSD.git] / sys / modules / random_other / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/random
4
5 KMOD    = random_OTHER
6 SRCS    = randomdev.c hash.c other_algorithm.c
7 SRCS    += opt_param.h bus_if.h device_if.h
8 SRCS    += opt_ddb.h
9 CFLAGS  += -DRANDOM_LOADABLE
10
11 .include <bsd.kmod.mk>