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

MFC after: 3d
This commit is contained in:
imp 2014-04-16 19:49:44 +00:00
parent 5058ec1a0c
commit b283bfba87

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 \