14 lines
257 B
Makefile
14 lines
257 B
Makefile
|
# New ports collection makefile for: arm-rtems-gdb
|
||
|
# Date created: 9 June 2000
|
||
|
# Whom: James Housley <jim@thehousleys.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= gdb
|
||
|
|
||
|
MAINTAINER= jeh@FreeBSD.org
|
||
|
|
||
|
LCLTARGET= arm-rtems
|
||
|
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
|