mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
47bf2cf9fe
Suggested by: rwatson
11 lines
131 B
Makefile
11 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= mqueuefs
|
|
SRCS= uipc_mqueue.c \
|
|
vnode_if.h \
|
|
opt_posix.h
|
|
|
|
.include <bsd.kmod.mk>
|