15 lines
278 B
Makefile
15 lines
278 B
Makefile
|
# 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"
|