freebsd-nq/sys/modules/mqueue/Makefile

11 lines
159 B
Makefile
Raw Normal View History

2005-11-26 12:46:01 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= mqueuefs
2005-11-26 12:46:01 +00:00
SRCS= uipc_mqueue.c \
vnode_if.h \
2013-03-03 16:17:09 +00:00
opt_posix.h opt_compat.h opt_capsicum.h
2005-11-26 12:46:01 +00:00
.include <bsd.kmod.mk>