1# $FreeBSD$ 2KMOD= ng_device 3SRCS= ng_device.c 4 5SRCS+= device_if.h vnode_if.h 6 7.include <bsd.kmod.mk> 8