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>
|