1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Add Makefile forgotten in r447312.

This commit is contained in:
Warner Losh 2017-08-04 16:01:40 +00:00
parent 52333ea0e7
commit b6c6cb75cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447347

View File

@ -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"