mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Support mounting POSIX message queue filesystem.
This commit is contained in:
parent
62d8535278
commit
5958a74924
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue