summaryrefslogtreecommitdiffstats
path: root/sys/modules/md
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/md
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/md')
-rw-r--r--sys/modules/md/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile
index 0c1cbe5..bbbec99 100644
--- a/sys/modules/md/Makefile
+++ b/sys/modules/md/Makefile
@@ -4,14 +4,5 @@
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