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