mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Sort mlx5tool correctly in usr.sbin/Makefile
This commit is contained in:
parent
408c1ff8f4
commit
4fa9985611
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ SUBDIR.${MK_BSDINSTALL}+= bsdinstall
|
|||
SUBDIR.${MK_BSNMP}+= bsnmpd
|
||||
SUBDIR.${MK_CTM}+= ctm
|
||||
SUBDIR.${MK_CXGBETOOL}+= cxgbetool
|
||||
SUBDIR.${MK_MLX5TOOL}+= mlx5tool
|
||||
SUBDIR.${MK_DIALOG}+= bsdconfig
|
||||
SUBDIR.${MK_EFI}+= efivar efidp efibootmgr
|
||||
SUBDIR.${MK_FLOPPY}+= fdcontrol
|
||||
|
|
@ -159,6 +158,7 @@ SUBDIR.${MK_NS_CACHING}+= nscd
|
|||
.endif
|
||||
SUBDIR.${MK_LPR}+= lpr
|
||||
SUBDIR.${MK_MAN_UTILS}+= manctl
|
||||
SUBDIR.${MK_MLX5TOOL}+= mlx5tool
|
||||
SUBDIR.${MK_NAND}+= nandsim
|
||||
SUBDIR.${MK_NAND}+= nandtool
|
||||
SUBDIR.${MK_NETGRAPH}+= flowctl
|
||||
|
|
|
|||
Loading…
Reference in a new issue