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