mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
394bf27ce7
- Fix expiration date. Noticed by: erwin [1]
17 lines
297 B
Makefile
17 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"
|