NetBSD/libexec
lukem 001c68bd94 Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO".  The new variables are:
	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET
	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN
	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT
	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS
	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB
	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE
	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER
	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS
	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL
	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
	TOOL_FOO?=	foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
2003-07-10 10:33:58 +00:00
..
atrun use strlcpy 2003-05-17 22:57:30 +00:00
comsat Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
cron
fingerd Remove some unneeded backslashes. 2002-09-29 13:57:57 +00:00
ftpd Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx file 2003-06-30 03:06:06 +00:00
getNAME .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
getty Bump date for "nn" capability. 2003-05-20 19:40:53 +00:00
hpropd add DPADD 2002-10-23 01:11:09 +00:00
identd Include <stdlib.h> for exit(3) prototype, warned by gcc-3.3. 2003-07-05 12:34:12 +00:00
kadmind correct libvers DPADD 2002-10-23 01:04:25 +00:00
kpasswdd add DPADD 2002-10-23 01:06:11 +00:00
ld.aout_so Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
ld.elf_so Removed unused function. 2003-07-05 20:48:39 +00:00
lfs_cleanerd Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
mail.local die if strdup fails 2002-11-16 15:41:17 +00:00
makekey Whitespace nit. 2002-01-15 02:23:28 +00:00
makewhatis Do not hardcode "nroff", allow it to be overridden by defining NROFF. Useful for tools/makewhatis. 2003-06-14 17:56:24 +00:00
rexecd use strlcat 2003-05-17 22:56:31 +00:00
rlogind string manipulation audit 2003-05-17 22:54:55 +00:00
rmail rmail really shouldn't be invoking sendmail with "-odq" ("queue only") 2003-04-05 17:45:11 +00:00
rpc.rquotad Remove bug section, we now support group quotas. 2003-02-14 14:58:42 +00:00
rpc.rstatd no need to #include <sys/dkstat.h> 2003-06-11 17:26:31 +00:00
rpc.rusersd PR/18929: Kimmo Suominen: rpc.rusersd ignores utmpx 2002-11-04 22:03:38 +00:00
rpc.rwalld Begin new sentences on new lines. 2002-09-29 14:05:52 +00:00
rpc.sprayd .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
rshd use TCP_NODELAY 2003-06-14 22:43:31 +00:00
talkd strlcat is easier here 2003-05-17 22:50:29 +00:00
telnetd use strlcpy 2003-05-17 21:28:53 +00:00
tftpd Bump date for last but one. 2003-07-04 12:11:45 +00:00
utmp_update The following changes make ftpd able to remove its own entries. Ftpd 2003-02-26 18:16:50 +00:00
uucpd string manipulation cleanup 2003-05-17 21:20:09 +00:00
Makefile don't build kfd; there are security issues with heimdal 0.4e, and we 2002-09-10 22:17:04 +00:00
Makefile.inc Format string cleanups by sommerfeld. 2000-10-10 19:54:37 +00:00