]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/random_fortuna/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / modules / random_fortuna / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/random
4
5 KMOD    = random_fortuna
6 SRCS    = randomdev.c hash.c fortuna.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>