Author: thompsa Date: Tue Jun 22 20:52:35 2010 New Revision: 209442 URL: http://svn.freebsd.org/changeset/base/209442
Log: Add missing opt_compat.h dependency. Found by: Garrett Cooper Modified: head/sys/modules/mqueue/Makefile Modified: head/sys/modules/mqueue/Makefile ============================================================================== --- head/sys/modules/mqueue/Makefile Tue Jun 22 19:56:07 2010 (r209441) +++ head/sys/modules/mqueue/Makefile Tue Jun 22 20:52:35 2010 (r209442) @@ -5,6 +5,6 @@ KMOD= mqueuefs SRCS= uipc_mqueue.c \ vnode_if.h \ - opt_posix.h + opt_posix.h opt_compat.h .include <bsd.kmod.mk> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"