mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
17d6c63672
Not objected to by: -current
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# $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
|
|
|
|
CFLAGS+= -I${.CURDIR}/../..
|
|
|
|
.include <bsd.kmod.mk>
|