Received: by mail.netbsd.org (Postfix, from userid 605) id 1E91784E20; Sat, 20 Jun 2020 22:30:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 979E184DA7 for ; Sat, 20 Jun 2020 22:30:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2CD9Bnvagr5r for ; Sat, 20 Jun 2020 22:30:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2321484CF7 for ; Sat, 20 Jun 2020 22:30:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20C3CFB28; Sat, 20 Jun 2020 22:30:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592692200185750" MIME-Version: 1.0 Date: Sat, 20 Jun 2020 22:30:00 +0000 From: "Jason R Thorpe" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20200620223000.20C3CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592692200185750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Sat Jun 20 22:30:00 UTC 2020 Modified Files: pkgsrc/sysutils: Makefile Log Message: Build u-boot-jetson-nano. To generate a diff of this commit: cvs rdiff -u -r1.883 -r1.884 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592692200185750 Content-Disposition: inline Content-Length: 663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.883 pkgsrc/sysutils/Makefile:1.884 --- pkgsrc/sysutils/Makefile:1.883 Sat Jun 20 17:47:18 2020 +++ pkgsrc/sysutils/Makefile Sat Jun 20 22:29:59 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.883 2020/06/20 17:47:18 thorpej Exp $ +# $NetBSD: Makefile,v 1.884 2020/06/20 22:29:59 thorpej Exp $ # COMMENT= System utilities @@ -647,6 +647,7 @@ SUBDIR+= u-boot-cubietruck SUBDIR+= u-boot-cubietruck-plus SUBDIR+= u-boot-de0-nanosoc SUBDIR+= u-boot-hummingbird-a31 +SUBDIR+= u-boot-jetson-nano SUBDIR+= u-boot-jetson-tk1 SUBDIR+= u-boot-jetson-tx1 SUBDIR+= u-boot-jetson-tx2 --_----------=_1592692200185750--