svn commit: r314629 - stable/11

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 3 21:37:34 UTC 2017


Author: bdrewery
Date: Fri Mar  3 21:37:33 2017
New Revision: 314629
URL: https://svnweb.freebsd.org/changeset/base/314629

Log:
  MFC r313163:
  
    native-xtools: Add missing readelf.

Modified:
  stable/11/Makefile.inc1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile.inc1
==============================================================================
--- stable/11/Makefile.inc1	Fri Mar  3 21:35:09 2017	(r314628)
+++ stable/11/Makefile.inc1	Fri Mar  3 21:37:33 2017	(r314629)
@@ -1918,6 +1918,7 @@ native-xtools: .PHONY
     usr.bin/mktemp \
     usr.bin/mt \
     usr.bin/patch \
+    usr.bin/readelf \
     usr.bin/sed \
     usr.bin/sort \
     usr.bin/tar \


More information about the svn-src-all mailing list