blob: cfc44fc2cfbaf208379196b3a10168164e25bf33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: mingw64-binutils
# Date created: 10/19/2009
# Whom: stas
#
# $FreeBSD$
#
MAINTAINER= stas@FreeBSD.org
TGTARCH= x86_64
TGTABI= pc-mingw32
MASTERDIR= ${.CURDIR}/../cross-binutils
.include "${MASTERDIR}/Makefile"
|