aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2005-11-26 12:53:18 +0000
committerDavid Xu <davidxu@FreeBSD.org>2005-11-26 12:53:18 +0000
commit5958a749242bbcdfbf8c35e03a75b83d974728b2 (patch)
treef4507446cea23e40e410248c36a531b24c2fba7f /sbin
parent62d853527858927170ecf1666c1c1b9479371242 (diff)
downloadsrc-5958a749242bbcdfbf8c35e03a75b83d974728b2.tar.gz
src-5958a749242bbcdfbf8c35e03a75b83d974728b2.zip
Support mounting POSIX message queue filesystem.
Notes
Notes: svn path=/head/; revision=152829
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_std/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile
index 110a5256cf22..a6b27b972f95 100644
--- a/sbin/mount_std/Makefile
+++ b/sbin/mount_std/Makefile
@@ -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>