xref: /dflybsd-src/sys/kern/libmchain/Makefile (revision e17b1aed5714b34e3d31afcfde1a2f0d2b3f9b18)
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