svn commit: r333663 - head/usr.sbin
Ed Maste
emaste at FreeBSD.org
Wed May 16 02:51:31 UTC 2018
Author: emaste
Date: Wed May 16 02:51:30 2018
New Revision: 333663
URL: https://svnweb.freebsd.org/changeset/base/333663
Log:
Sort mlx5tool correctly in usr.sbin/Makefile
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile Wed May 16 02:15:18 2018 (r333662)
+++ head/usr.sbin/Makefile Wed May 16 02:51:30 2018 (r333663)
@@ -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
More information about the svn-src-all
mailing list