Compile mqueue module.

This commit is contained in:
David Xu 2005-11-26 12:46:01 +00:00
parent 7023331e59
commit 6c59755414
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152827
2 changed files with 11 additions and 0 deletions

View File

@ -149,6 +149,7 @@ SUBDIR= ${_3dfx} \
mlx \
${_mly} \
mpt \
mqueue \
msdosfs \
msdosfs_iconv \
${_mse} \

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