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