Forgot to commit these for TOOL_SED. Thanks to tsutsui@ for pointing it out.
This commit is contained in:
parent
d89021fe17
commit
494d0cb31a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.453 2006/06/07 18:49:36 rpaulo Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.454 2006/06/18 14:38:48 gdamore Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -262,6 +262,7 @@ TOOL_ROFF_HTML= ${TOOL_GROFF} -Tlatin1 -mdoc2html
|
|||
TOOL_ROFF_PS= ${TOOL_GROFF} -Tps
|
||||
TOOL_ROFF_RAW= ${TOOL_GROFF} -Z
|
||||
TOOL_RPCGEN= CPP=${CPP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}rpcgen
|
||||
TOOL_SED= ${TOOLDIR}/bin/${_TOOL_PREFIX}sed
|
||||
TOOL_SOELIM= ${TOOLDIR}/bin/${_TOOL_PREFIX}soelim
|
||||
TOOL_STAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}stat
|
||||
TOOL_SPARKCRC= ${TOOLDIR}/bin/${_TOOL_PREFIX}sparkcrc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.sys.mk,v 1.132 2006/06/02 22:16:18 mrg Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.133 2006/06/18 14:38:48 gdamore Exp $
|
||||
#
|
||||
# Build definitions used for NetBSD source tree builds.
|
||||
|
||||
|
@ -143,6 +143,7 @@ TOOL_ROFF_HTML?= ${TOOL_GROFF} -Tlatin1 -mdoc2html
|
|||
TOOL_ROFF_PS?= ${TOOL_GROFF} -Tps
|
||||
TOOL_ROFF_RAW?= ${TOOL_GROFF} -Z
|
||||
TOOL_RPCGEN?= rpcgen
|
||||
TOOL_SED?= sed
|
||||
TOOL_SOELIM?= soelim
|
||||
TOOL_STAT?= stat
|
||||
TOOL_SPARKCRC?= sparkcrc
|
||||
|
|
Loading…
Reference in New Issue