mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Compile mqueue module.
This commit is contained in:
parent
7023331e59
commit
6c59755414
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152827
@ -149,6 +149,7 @@ SUBDIR= ${_3dfx} \
|
||||
mlx \
|
||||
${_mly} \
|
||||
mpt \
|
||||
mqueue \
|
||||
msdosfs \
|
||||
msdosfs_iconv \
|
||||
${_mse} \
|
||||
|
10
sys/modules/mqueue/Makefile
Normal file
10
sys/modules/mqueue/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
|
||||
KMOD= mqueue
|
||||
SRCS= uipc_mqueue.c \
|
||||
vnode_if.h \
|
||||
opt_posix.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user