This fell out of a previous commit: create the opt_md.h and opt_mfs.h

files for the md module.
This commit is contained in:
Poul-Henning Kamp 1999-11-26 21:01:03 +00:00
parent 86e88eb492
commit a704009d8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53729

View File

@ -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>