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

.PATH:	${.CURDIR}/../../dev/randomdev
.PATH:	${.CURDIR}/../../crypto/blowfish
KMOD	= randomdev
SRCS	= bus_if.h device_if.h randomdev.c yarrow.c
SRCS	+= bf_cbc.c bf_skey.c bf_enc.c
CFLAGS	+= -I${.CURDIR}/../..
NOMAN	= yes

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