freebsd-ports/sysutils/u-boot-cubieboard/Makefile
Warner Losh 1907015066 Convert all the allwinnner-based u-boot boards over to
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot
port's needs for more tools.
2017-01-12 22:49:08 +00:00

10 lines
188 B
Makefile

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