mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= pandaboard
|
|
BOARD_CONFIG= omap4_panda_config
|
|
FAMILY= omap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|