]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/random/Makefile
Merge the following revisions from ^/projects/release-vmimage:
[FreeBSD/FreeBSD.git] / sys / modules / random / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/random
4 .PATH: ${.CURDIR}/../../crypto/rijndael
5 .PATH: ${.CURDIR}/../../crypto/sha2
6
7 KMOD=   random
8 SRCS=   randomdev_soft.c
9 SRCS+=  yarrow.c fortuna.c hash.c
10 SRCS+=  rijndael-alg-fst.c rijndael-api-fst.c sha2.c sha256c.c
11 SRCS+=  bus_if.h device_if.h vnode_if.h opt_cpu.h opt_random.h
12
13 CFLAGS+= -I${.CURDIR}/../..
14
15 .include <bsd.kmod.mk>