mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
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:
parent
86e88eb492
commit
a704009d8a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53729
@ -2,8 +2,16 @@
|
|||||||
|
|
||||||
.PATH: ${.CURDIR}/../../dev/md
|
.PATH: ${.CURDIR}/../../dev/md
|
||||||
KMOD= md
|
KMOD= md
|
||||||
SRCS= md.c
|
SRCS= md.c opt_mfs.h opt_md.h
|
||||||
NOMAN=
|
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>
|
.include <bsd.kmod.mk>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user