Add TOOL_MACPPCFIXCOFF
This commit is contained in:
parent
98c902b471
commit
abd06d37ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue