1*984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/nmdm/Makefile,v 1.1.2.1 2001/08/11 00:54:15 mp Exp $ 2*984263bcSMatthew Dillon 3*984263bcSMatthew DillonKMOD= nmdm 4*984263bcSMatthew DillonSRCS= nmdm.c 5*984263bcSMatthew Dillon 6*984263bcSMatthew Dillon.include <bsd.kmod.mk> 7