3a9e4d5d50
to another use of .CURDIR. Approved by: jeh@FreeBSD.org (maintainer)
18 lines
311 B
Makefile
18 lines
311 B
Makefile
# New ports collection makefile for: mips-rtems-gdb
|
|
# Date created: 31 October 2002
|
|
# Whom: James Housley <jeh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gdb
|
|
|
|
MAINTAINER= jeh@FreeBSD.org
|
|
|
|
LCLTARGET= mips-rtems
|
|
|
|
MAN1= ${LCLTARGET}-run.1
|
|
|
|
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
|
|
.include "${MASTERDIR}/Makefile"
|