mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add dummy opt_devfs.h file.
This commit is contained in:
parent
ea014d857f
commit
055aefb1bc
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../dev/md
|
||||
KMOD= md
|
||||
SRCS= md.c opt_mfs.h opt_md.h
|
||||
SRCS= md.c opt_mfs.h opt_md.h opt_devfs.h
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
2
sys/modules/md/opt_devfs.h
Normal file
2
sys/modules/md/opt_devfs.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
Loading…
Reference in a new issue