1*984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/libmchain/Makefile,v 1.1.2.1 2001/05/18 11:01:23 bp Exp $ 2*984263bcSMatthew Dillon 3*984263bcSMatthew DillonKMOD= libmchain 4*984263bcSMatthew DillonSRCS= subr_mchain.c 5*984263bcSMatthew Dillon 6*984263bcSMatthew Dillon.include <bsd.kmod.mk> 7