mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
394bf27ce7
- Fix expiration date. Noticed by: erwin [1]
16 lines
296 B
Makefile
16 lines
296 B
Makefile
# New ports collection makefile for: i386-rtems-gcc
|
|
# Date created: 10 June 2007
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
TGTARCH= i386
|
|
TGTABI= rtems
|
|
WITH_RTEMS_PATCHES= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gcc
|
|
.include "${MASTERDIR}/Makefile"
|