svn commit: r334755 - head/sbin

Justin Hibbits jhibbits at FreeBSD.org
Thu Jun 7 04:03:20 UTC 2018


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


More information about the svn-src-head mailing list