mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
ca9d2489c6
Found by: Garrett Cooper
11 lines
144 B
Makefile
11 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= mqueuefs
|
|
SRCS= uipc_mqueue.c \
|
|
vnode_if.h \
|
|
opt_posix.h opt_compat.h
|
|
|
|
.include <bsd.kmod.mk>
|