summaryrefslogtreecommitdiffstats
path: root/sys/modules/random/Makefile
blob: e3a68be74a4f038ed56c855d5e54406cfc80767e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/random
.PATH: ${.CURDIR}/../../crypto/rijndael

KMOD=	random
SRCS=	randomdev.c yarrow.c hash.c
SRCS+=	rijndael-alg-fst.c rijndael-api-fst.c
SRCS+=	bus_if.h device_if.h vnode_if.h
NOMAN=	yes

CFLAGS+= -I${.CURDIR}/../..

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud