9 lines
180 B
Makefile
9 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for mips cross-development
|
|
PKGNAMEPREFIX= mips-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|