Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2013 04:02:24 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r245212 - projects/bhyve/usr.sbin
Message-ID:  <201301090402.r0942OGk026197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301090402.r0942OGk026197>