From a704009d8ae8531057cef91face602cab4d1941f Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 26 Nov 1999 21:01:03 +0000 Subject: [PATCH] This fell out of a previous commit: create the opt_md.h and opt_mfs.h files for the md module. --- sys/modules/md/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile index 169b0e7edc60..0c1cbe5177d4 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 +