6d81f38c6a
for it yet). This is probably very broken and/or wrong, but that's why we have projects branches. Sponsored by: The FreeBSD Foundation
11 lines
154 B
Makefile
11 lines
154 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BOARD= RPI-B
|
|
${BOARD}PARTSCHEME= mbr
|
|
ARMPORTS= sysutils/u-boot-rpi
|
|
|
|
build-arm-${BOARD:tl}: build-arm-ports${BOARD:tl}
|
|
touch ${.TARGET}
|