Remove mqueuefs from LINKS, it is no longer needed for nmount interface.

Noticed by: rodrigc
This commit is contained in:
David Xu 2005-12-02 04:25:54 +00:00
parent 30cb180f7c
commit 4b609e4caa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153008

View File

@ -18,7 +18,6 @@ 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_mqueuefs \
${BINDIR}/mount_std ${BINDIR}/mount_procfs
.include <bsd.prog.mk>