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).
15 lines
293 B
Makefile
15 lines
293 B
Makefile
# New ports collection makefile for: sh-rtems-gcc
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
TGTARCH= sh
|
|
TGTABI= rtems
|
|
WITH_RTEMS_PATCHES= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gcc
|
|
.include "${MASTERDIR}/Makefile"
|