Add dummy opt_devfs.h file.

This commit is contained in:
phk 2000-08-21 07:45:37 +00:00
parent 98f58e5a22
commit 5f8244ad92
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$ */