summaryrefslogtreecommitdiffstats
path: root/sys/modules/md/Makefile
blob: 0c1cbe5177d47a45dc58bc5f3e8d9e82d02af283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/md
KMOD=	md
SRCS=	md.c opt_mfs.h opt_md.h
NOMAN=
CLEANFILES +=	opt_mfs.h opt_md.h

opt_md.h:
	touch opt_md.h

opt_mfs.h:
	touch opt_mfs.h

.include <bsd.kmod.mk>


OpenPOWER on IntegriCloud