svn commit: r245212 - projects/bhyve/usr.sbin

Neel Natu neel at FreeBSD.org
Wed Jan 9 04:02:24 UTC 2013


Author: neel
Date: Wed Jan  9 04:02:23 2013
New Revision: 245212
URL: http://svnweb.freebsd.org/changeset/base/245212

Log:
  Sort the 'bhyvectl' subdir alphabetically.
  
  Obtained from:	NetApp

Modified:
  projects/bhyve/usr.sbin/Makefile.amd64

Modified: projects/bhyve/usr.sbin/Makefile.amd64
==============================================================================
--- projects/bhyve/usr.sbin/Makefile.amd64	Wed Jan  9 03:52:03 2013	(r245211)
+++ projects/bhyve/usr.sbin/Makefile.amd64	Wed Jan  9 04:02:23 2013	(r245212)
@@ -11,6 +11,7 @@ SUBDIR+=	apm
 .endif
 SUBDIR+=	asf
 SUBDIR+=	bhyve
+SUBDIR+=	bhyvectl
 SUBDIR+=	bhyveload
 SUBDIR+=	boot0cfg
 .if ${MK_TOOLCHAIN} != "no"
@@ -25,5 +26,4 @@ SUBDIR+=	ndiscvt
 .endif
 SUBDIR+=	sicontrol
 SUBDIR+=	spkrtest
-SUBDIR+=	bhyvectl
 SUBDIR+=	zzz


More information about the svn-src-projects mailing list