Sort mlx5tool correctly in usr.sbin/Makefile

This commit is contained in:
Ed Maste 2018-05-16 02:51:30 +00:00
parent 408c1ff8f4
commit 4fa9985611
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333663

View File

@ -121,7 +121,6 @@ SUBDIR.${MK_BSDINSTALL}+= bsdinstall
SUBDIR.${MK_BSNMP}+= bsnmpd SUBDIR.${MK_BSNMP}+= bsnmpd
SUBDIR.${MK_CTM}+= ctm SUBDIR.${MK_CTM}+= ctm
SUBDIR.${MK_CXGBETOOL}+= cxgbetool SUBDIR.${MK_CXGBETOOL}+= cxgbetool
SUBDIR.${MK_MLX5TOOL}+= mlx5tool
SUBDIR.${MK_DIALOG}+= bsdconfig SUBDIR.${MK_DIALOG}+= bsdconfig
SUBDIR.${MK_EFI}+= efivar efidp efibootmgr SUBDIR.${MK_EFI}+= efivar efidp efibootmgr
SUBDIR.${MK_FLOPPY}+= fdcontrol SUBDIR.${MK_FLOPPY}+= fdcontrol
@ -159,6 +158,7 @@ SUBDIR.${MK_NS_CACHING}+= nscd
.endif .endif
SUBDIR.${MK_LPR}+= lpr SUBDIR.${MK_LPR}+= lpr
SUBDIR.${MK_MAN_UTILS}+= manctl SUBDIR.${MK_MAN_UTILS}+= manctl
SUBDIR.${MK_MLX5TOOL}+= mlx5tool
SUBDIR.${MK_NAND}+= nandsim SUBDIR.${MK_NAND}+= nandsim
SUBDIR.${MK_NAND}+= nandtool SUBDIR.${MK_NAND}+= nandtool
SUBDIR.${MK_NETGRAPH}+= flowctl SUBDIR.${MK_NETGRAPH}+= flowctl