blob: ecab5241244f9769bdb782615f79fa75e9477b76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: m68k-rtems-g77
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= g77
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= m68k-rtems
.include "${.CURDIR}/../i386-rtems-g77/Makefile"
MASTERDIR= ${MASTERDIR}/i386-rtems-g77
|