mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
16 lines
331 B
Makefile
16 lines
331 B
Makefile
# New ports collection makefile for: mips-rtems-binutils
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
TGTARCH= mips
|
|
TGTABI= rtems
|
|
WITH_RTEMS_PATCHES= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-binutils
|
|
.include "${MASTERDIR}/Makefile"
|