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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"