Add dummy opt_devfs.h file.

This commit is contained in:
Poul-Henning Kamp 2000-08-21 07:45:37 +00:00
parent ea014d857f
commit 055aefb1bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64884
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -0,0 +1,2 @@
/* $FreeBSD$ */