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