opnsense-src/sys/modules/mqueue/Makefile

11 lines
159 B
Makefile
Raw Permalink Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= mqueuefs
SRCS= uipc_mqueue.c \
vnode_if.h \
opt_posix.h opt_compat.h opt_capsicum.h
.include <bsd.kmod.mk>