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