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