Include opt_ddb.h in the list of SRCS, since we include it.

MFC after: 3d
This commit is contained in:
Warner Losh 2014-04-16 19:49:44 +00:00
parent d10a1df8d7
commit 3e67de07f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264551

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../fs/nandfs
KMOD= nandfs
SRCS= vnode_if.h \
SRCS= vnode_if.h opt_ddb.h \
bmap.c nandfs_bmap.c nandfs_dir.c nandfs_subr.c nandfs_vfsops.c \
nandfs_vnops.c nandfs_alloc.c nandfs_cpfile.c nandfs_dat.c \
nandfs_ifile.c nandfs_segment.c nandfs_sufile.c nandfs_buffer.c \