Support mounting POSIX message queue filesystem.

This commit is contained in:
David Xu 2005-11-26 12:53:18 +00:00
parent 62d8535278
commit 5958a74924
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152829

View File

@ -18,6 +18,7 @@ WARNS?= 0
LINKS= ${BINDIR}/mount_std ${BINDIR}/mount_devfs \
${BINDIR}/mount_std ${BINDIR}/mount_fdescfs \
${BINDIR}/mount_std ${BINDIR}/mount_linprocfs \
${BINDIR}/mount_std ${BINDIR}/mount_procfs
${BINDIR}/mount_std ${BINDIR}/mount_procfs \
${BINDIR}/mount_std ${BINDIR}/mount_mqueue
.include <bsd.prog.mk>