From 15e1f87ba4bd3f4fad33073be35303fd15dc5137 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 26 Nov 1999 21:01:03 +0000 Subject: 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(-) (limited to 'sys/modules/md') 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 + -- cgit v1.1