freebsd-ports/sysutils/u-boot-zedboard/Makefile
Jimmy Olgeni e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00

10 lines
184 B
Makefile

# $FreeBSD$
MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= zedboard
BOARD_CONFIG= zynq_zed_defconfig
FAMILY= zynq_7000
.include "${MASTERDIR}/Makefile"