]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/mqueue/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / mqueue / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../kern
4
5 KMOD=   mqueuefs
6 SRCS=   uipc_mqueue.c \
7         vnode_if.h \
8         opt_posix.h opt_compat.h opt_capsicum.h
9
10 .include <bsd.kmod.mk>