mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
f877f1f17d
This is all kan's work; I've just verified that it spat out working binaries and (at least) working 32 bit kernels. Reviewed by: bapt Obtained from: kan
9 lines
136 B
Makefile
9 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= mips-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|