mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
15 lines
298 B
Makefile
15 lines
298 B
Makefile
|
# New ports collection makefile for: sh-rtems-gdb
|
||
|
# Date created: 9 June 2000
|
||
|
# Whom: James Housley <jim@thehousleys.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= gdb
|
||
|
|
||
|
MAINTAINER= jim@thehousleys.net
|
||
|
|
||
|
LCLTARGET= sh-rtems
|
||
|
CONFIGURE_ARGS= --verbose --enable-sim
|
||
|
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
|