aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/md/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commit6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch)
treea75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/md/Makefile
parentbc019cca2fb755ab66c54bc88a073e843b66bb55 (diff)
Notes
Diffstat (limited to 'sys/modules/md/Makefile')
-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 0c1cbe5177d47..bbbec998b357b 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>
-
-