Add macppc-fixcoff tool.
This commit is contained in:
parent
abd06d37ef
commit
ca1e0d5980
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.78 2003/12/10 05:19:41 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.79 2003/12/11 00:29:33 matt Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -44,6 +44,10 @@ SUBDIR+= autoconf gettext
|
|||
SUBDIR+= ibmnws-ncdcs
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == macpcc
|
||||
SUBDIR+= macppc-fixcoff
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == prep
|
||||
SUBDIR+= prep-mkbootimage
|
||||
.endif
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2003/12/11 00:29:34 matt Exp $
|
||||
|
||||
HOSTPROGNAME= ${_TOOL_PREFIX}${MACHINE}-fixcoff
|
||||
HOST_SRCDIR= sys/arch/macppc/stand/fixcoff
|
||||
|
||||
HOST_CPPFLAGS+= -I${.CURDIR}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.host"
|
Loading…
Reference in New Issue