8d1f655216
Approved by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1516
9 lines
187 B
Makefile
9 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for AArch64 cross-development
|
|
PKGNAMEPREFIX= aarch64-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils/
|
|
|
|
.include "${MASTERDIR}/Makefile"
|