diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-11-27 08:32:41 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-11-27 08:32:41 +0000 |
commit | 9e94674cbb98e5770275e033ac5fc284a24d14d9 (patch) | |
tree | 36b839ffe6760a671f031b6f62d4c178ca31b794 /sbin/mount_std | |
parent | d7421ba6b32cd77988a4b0fe633a8b7c4b2013fa (diff) | |
download | FreeBSD-src-9e94674cbb98e5770275e033ac5fc284a24d14d9.zip FreeBSD-src-9e94674cbb98e5770275e033ac5fc284a24d14d9.tar.gz |
Change filesystem name from mqueue to mqueuefs for style consitent,
sort LINKS list.
Diffstat (limited to 'sbin/mount_std')
-rw-r--r-- | sbin/mount_std/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index a6b27b9..ab0431b 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -18,7 +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_mqueue + ${BINDIR}/mount_std ${BINDIR}/mount_mqueuefs \ + ${BINDIR}/mount_std ${BINDIR}/mount_procfs .include <bsd.prog.mk> |