svn commit: r331210 - head/sys/dts

Emmanuel Vadot manu at FreeBSD.org
Mon Mar 19 15:35:27 UTC 2018


Author: manu
Date: Mon Mar 19 15:35:26 2018
New Revision: 331210
URL: https://svnweb.freebsd.org/changeset/base/331210

Log:
  sys/dts: Remove arm64 from subdir as it no longer exists.
  
  r325987 removed the arm64 directory, remove it from SUBDIR too.

Modified:
  head/sys/dts/Makefile

Modified: head/sys/dts/Makefile
==============================================================================
--- head/sys/dts/Makefile	Mon Mar 19 15:27:53 2018	(r331209)
+++ head/sys/dts/Makefile	Mon Mar 19 15:35:26 2018	(r331210)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=arm arm64 mips powerpc
+SUBDIR=arm mips powerpc
 
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list