]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/mqueue/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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
9
10 .include <bsd.kmod.mk>