From owner-svn-soc-all@FreeBSD.ORG Tue Jul 3 08:05:18 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id B435E1065674 for ; Tue, 3 Jul 2012 08:05:17 +0000 (UTC) (envelope-from syuu@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Tue, 03 Jul 2012 08:05:17 +0000 Date: Tue, 03 Jul 2012 08:05:17 +0000 From: syuu@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120703080517.B435E1065674@hub.freebsd.org> Cc: Subject: socsvn commit: r238895 - soc2012/syuu/bhyve-bios/usr.sbin X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 08:05:18 -0000 Author: syuu Date: Tue Jul 3 08:05:17 2012 New Revision: 238895 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238895 Log: adding bhyvebiosload to Makefile.amd64 Modified: soc2012/syuu/bhyve-bios/usr.sbin/Makefile.amd64 Modified: soc2012/syuu/bhyve-bios/usr.sbin/Makefile.amd64 ============================================================================== --- soc2012/syuu/bhyve-bios/usr.sbin/Makefile.amd64 Tue Jul 3 07:28:57 2012 (r238894) +++ soc2012/syuu/bhyve-bios/usr.sbin/Makefile.amd64 Tue Jul 3 08:05:17 2012 (r238895) @@ -12,6 +12,7 @@ SUBDIR+= asf SUBDIR+= bhyve SUBDIR+= bhyveload +SUBDIR+= bhyvebiosload SUBDIR+= boot0cfg .if ${MK_TOOLCHAIN} != "no" SUBDIR+= btxld