Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 22:15:18 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333079 - head/stand/arm64
Message-ID:  <201804272215.w3RMFIAv077335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Apr 27 22:15:18 2018
New Revision: 333079
URL: https://svnweb.freebsd.org/changeset/base/333079

Log:
  No need to make objects here.

Modified:
  head/stand/arm64/Makefile

Modified: head/stand/arm64/Makefile
==============================================================================
--- head/stand/arm64/Makefile	Fri Apr 27 21:30:48 2018	(r333078)
+++ head/stand/arm64/Makefile	Fri Apr 27 22:15:18 2018	(r333079)
@@ -1,3 +1,5 @@
 # $FreeBSD$
 
+NO_OBJ=t
+
 .include <bsd.subdir.mk>



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