Add TOOL_MACPPCFIXCOFF

This commit is contained in:
matt 2003-12-11 00:28:08 +00:00
parent 98c902b471
commit abd06d37ef
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.404 2003/12/07 23:07:37 simonb Exp $
# $NetBSD: bsd.own.mk,v 1.405 2003/12/11 00:28:08 matt Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -210,6 +210,7 @@ TOOL_INDXBIB= ${TOOLDIR}/bin/${_TOOL_PREFIX}indxbib
TOOL_INSTALLBOOT= ${TOOLDIR}/bin/${_TOOL_PREFIX}installboot
TOOL_INSTALL_INFO= ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info
TOOL_M4= ${TOOLDIR}/bin/${_TOOL_PREFIX}m4
TOOL_MACPPCFIXCOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}macppc-fixcoff
TOOL_MAKEFS= ${TOOLDIR}/bin/${_TOOL_PREFIX}makefs
TOOL_MAKEINFO= ${TOOLDIR}/bin/${_TOOL_PREFIX}makeinfo
TOOL_MAKEWHATIS= ${TOOLDIR}/bin/${_TOOL_PREFIX}makewhatis