11 lines
228 B
Makefile
11 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for amd64 cross-development
|
|
PKGNAMEPREFIX= amd64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|