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