svn commit: r247719 - head/sys/modules/mqueue

Ulrich Spoerlein uqs at FreeBSD.org
Sun Mar 3 16:17:10 UTC 2013


Author: uqs
Date: Sun Mar  3 16:17:09 2013
New Revision: 247719
URL: http://svnweb.freebsd.org/changeset/base/247719

Log:
  Fix 'make depend'

Modified:
  head/sys/modules/mqueue/Makefile

Modified: head/sys/modules/mqueue/Makefile
==============================================================================
--- head/sys/modules/mqueue/Makefile	Sun Mar  3 16:16:10 2013	(r247718)
+++ head/sys/modules/mqueue/Makefile	Sun Mar  3 16:17:09 2013	(r247719)
@@ -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>


More information about the svn-src-all mailing list