16 lines
297 B
Makefile
16 lines
297 B
Makefile
# New ports collection makefile for: mips-rtems-gdb
|
|
# Date created: 31 October 2002
|
|
# Whom: James Housley <jeh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
TGTARCH= mips
|
|
TGTABI= rtems
|
|
|
|
WITH_RTEMS_PATCHES= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gdb
|
|
.include "${MASTERDIR}/Makefile"
|