1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/rndtest 4KMOD = rndtest 5SRCS = rndtest.c 6SRCS += device_if.h bus_if.h 7 8.include <bsd.kmod.mk> 9