]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/random_yarrow/Makefile
MFV r305100: Update amd from am-utils 6.1.5 to 6.2.
[FreeBSD/FreeBSD.git] / sys / modules / random_yarrow / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/random
4
5 KMOD    = random_yarrow
6 SRCS    = randomdev.c hash.c yarrow.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>