summaryrefslogtreecommitdiffstats
path: root/sys/modules/md
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-26 21:01:03 +0000
committerphk <phk@FreeBSD.org>1999-11-26 21:01:03 +0000
commit15e1f87ba4bd3f4fad33073be35303fd15dc5137 (patch)
tree2863694aebaf0e4684c6a2fc5be0e8d5d06f4755 /sys/modules/md
parent3b38d4c545d7607f7eb37ebbac29e230d851a4b8 (diff)
downloadFreeBSD-src-15e1f87ba4bd3f4fad33073be35303fd15dc5137.zip
FreeBSD-src-15e1f87ba4bd3f4fad33073be35303fd15dc5137.tar.gz
This fell out of a previous commit: create the opt_md.h and opt_mfs.h
files for the md module.
Diffstat (limited to 'sys/modules/md')
-rw-r--r--sys/modules/md/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile
index 169b0e7..0c1cbe5 100644
--- a/sys/modules/md/Makefile
+++ b/sys/modules/md/Makefile
@@ -2,8 +2,16 @@
.PATH: ${.CURDIR}/../../dev/md
KMOD= md
-SRCS= md.c
+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