Fix 'make depend'

This commit is contained in:
Ulrich Spörlein 2013-03-03 16:17:09 +00:00
parent ac232dc747
commit 21e0559cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247719

View File

@ -5,6 +5,6 @@
KMOD= mqueuefs
SRCS= uipc_mqueue.c \
vnode_if.h \
opt_posix.h opt_compat.h
opt_posix.h opt_compat.h opt_capsicum.h
.include <bsd.kmod.mk>