Add macppc-fixcoff tool.

This commit is contained in:
matt 2003-12-11 00:29:33 +00:00
parent abd06d37ef
commit ca1e0d5980
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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"