Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
This commit is contained in:
parent
ef4ecdda5b
commit
a43917f536
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.own.mk,v 1.419 2004/05/23 01:45:23 lukem Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.420 2004/06/08 21:46:52 abs Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
@ -248,6 +248,7 @@ TOOL_ROFF_RAW= ${TOOL_GROFF} -Z
|
||||
TOOL_RPCGEN= CPP=${CPP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}rpcgen
|
||||
TOOL_SOELIM= ${TOOLDIR}/bin/${_TOOL_PREFIX}soelim
|
||||
TOOL_STAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}stat
|
||||
TOOL_SPARKCRC= ${TOOLDIR}/bin/${_TOOL_PREFIX}sparkcrc
|
||||
TOOL_SUNLABEL= ${TOOLDIR}/bin/${_TOOL_PREFIX}sunlabel
|
||||
TOOL_TBL= ${TOOLDIR}/bin/${_TOOL_PREFIX}tbl
|
||||
TOOL_UUDECODE= ${TOOLDIR}/bin/${_TOOL_PREFIX}uudecode
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.sys.mk,v 1.112 2004/04/18 03:19:02 lukem Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.113 2004/06/08 21:46:52 abs Exp $
|
||||
#
|
||||
# Build definitions used for NetBSD source tree builds.
|
||||
|
||||
@ -132,6 +132,7 @@ TOOL_ROFF_RAW?= ${TOOL_GROFF} -Z
|
||||
TOOL_RPCGEN?= rpcgen
|
||||
TOOL_SOELIM?= soelim
|
||||
TOOL_STAT?= stat
|
||||
TOOL_SPARKCRC?= sparkcrc
|
||||
TOOL_SUNLABEL?= sunlabel
|
||||
TOOL_TBL?= tbl
|
||||
TOOL_UUDECODE?= uudecode
|
||||
|
Loading…
Reference in New Issue
Block a user