394bf27ce7
- Fix expiration date. Noticed by: erwin [1]
16 lines
297 B
Makefile
16 lines
297 B
Makefile
# New ports collection makefile for: m68k-rtems-gdb
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
TGTARCH= m68k
|
|
TGTABI= rtems
|
|
|
|
WITH_RTEMS_PATCHES= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gdb
|
|
.include "${MASTERDIR}/Makefile"
|