From owner-svn-ports-all@freebsd.org Fri Aug 4 16:01:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53677DB7EDE; Fri, 4 Aug 2017 16:01:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 226BF6DF40; Fri, 4 Aug 2017 16:01:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v74G1eel008798; Fri, 4 Aug 2017 16:01:40 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v74G1eoJ008797; Fri, 4 Aug 2017 16:01:40 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201708041601.v74G1eoJ008797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 4 Aug 2017 16:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447347 - head/sysutils/u-boot-zedboard X-SVN-Group: ports-head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: head/sysutils/u-boot-zedboard X-SVN-Commit-Revision: 447347 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 16:01:41 -0000 Author: imp Date: Fri Aug 4 16:01:40 2017 New Revision: 447347 URL: https://svnweb.freebsd.org/changeset/ports/447347 Log: Add Makefile forgotten in r447312. Added: head/sysutils/u-boot-zedboard/Makefile (contents, props changed) Added: head/sysutils/u-boot-zedboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-zedboard/Makefile Fri Aug 4 16:01:40 2017 (r447347) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= imp@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= zedboard +BOARD_CONFIG= zynq_zed_defconfig +FAMILY= zynq_7000 + +.include "${MASTERDIR}/Makefile"