Define TOOL_JOIN.
This commit is contained in:
parent
082025241e
commit
a45dfb93f4
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.README,v 1.191 2006/12/30 04:45:13 rumble Exp $
|
||||
# $NetBSD: bsd.README,v 1.192 2007/01/14 16:19:55 apb Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the new make "include" files for the BSD
|
||||
@ -1321,6 +1321,8 @@ TOOL_INSTALLBOOT Install disk bootstrap software. [installboot]
|
||||
|
||||
TOOL_INSTALL_INFO Update info/dir entries. [install-info]
|
||||
|
||||
TOOL_JOIN Relational database operator. [join]
|
||||
|
||||
TOOL_M4 M4 macro language processor. [m4]
|
||||
|
||||
TOOL_MAKEFS Create file system image from directory tree. [makefs]
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.own.mk,v 1.491 2006/12/29 15:52:20 pooka Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.492 2007/01/14 16:19:55 apb Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
@ -243,6 +243,7 @@ TOOL_HP300MKBOOT= ${TOOLDIR}/bin/${_TOOL_PREFIX}hp300-mkboot
|
||||
TOOL_INDXBIB= ${TOOLDIR}/bin/${_TOOL_PREFIX}indxbib
|
||||
TOOL_INSTALLBOOT= ${TOOLDIR}/bin/${_TOOL_PREFIX}installboot
|
||||
TOOL_INSTALL_INFO= ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info
|
||||
TOOL_JOIN= ${TOOLDIR}/bin/${_TOOL_PREFIX}join
|
||||
TOOL_M4= ${TOOLDIR}/bin/${_TOOL_PREFIX}m4
|
||||
TOOL_MACPPCFIXCOFF= ${TOOLDIR}/bin/${_TOOL_PREFIX}macppc-fixcoff
|
||||
TOOL_MAKEFS= ${TOOLDIR}/bin/${_TOOL_PREFIX}makefs
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.sys.mk,v 1.140 2006/11/11 06:28:49 christos Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.141 2007/01/14 16:19:55 apb Exp $
|
||||
#
|
||||
# Build definitions used for NetBSD source tree builds.
|
||||
|
||||
@ -123,6 +123,7 @@ TOOL_HEXDUMP?= hexdump
|
||||
TOOL_INDXBIB?= indxbib
|
||||
TOOL_INSTALLBOOT?= installboot
|
||||
TOOL_INSTALL_INFO?= install-info
|
||||
TOOL_JOIN?= join
|
||||
TOOL_M4?= m4
|
||||
TOOL_MAKEFS?= makefs
|
||||
TOOL_MAKEINFO?= makeinfo
|
||||
|
Loading…
Reference in New Issue
Block a user