1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/random 4 5KMOD= rdrand_rng 6SRCS= ivy.c 7SRCS+= bus_if.h device_if.h 8 9CFLAGS+= -I${.CURDIR}/../.. 10 11.include <bsd.kmod.mk> 12