mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 9 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue