mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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: i960-rtems-gdb
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gdb
|
|
|
|
MAINTAINER= jeh@FreeBSD.org
|
|
|
|
LCLTARGET= i960-rtems
|
|
|
|
MAN1= ${LCLTARGET}-run.1
|
|
|
|
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
|
|
.include "${MASTERDIR}/Makefile"
|