Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2018 04:03:19 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334755 - head/sbin
Message-ID:  <201806070403.w5743J32053996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Thu Jun  7 04:03:19 2018
New Revision: 334755
URL: https://svnweb.freebsd.org/changeset/base/334755

Log:
  Build nvmecontrol on powerpc64
  
  The nvme driver is compiled for powerpc64 already, and the one fix required
  to build nvmecontrol on powerpc64 was fixed in r334754.

Modified:
  head/sbin/Makefile.powerpc64

Modified: head/sbin/Makefile.powerpc64
==============================================================================
--- head/sbin/Makefile.powerpc64	Thu Jun  7 04:02:09 2018	(r334754)
+++ head/sbin/Makefile.powerpc64	Thu Jun  7 04:03:19 2018	(r334755)
@@ -2,3 +2,4 @@
 
 SUBDIR += bsdlabel
 SUBDIR += fdisk
+SUBDIR += nvmecontrol



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