NetBSD/tools
lukem dba0caccee Implement replacements for lchflags(), lchmod(), and lchown(),
which first lstat(2) the target and return EINVAL if it's a symlink,
and then call ch{flags,mod,own} as appropriate.
Removes the need for hokey code inside the tools themselves...
2002-10-08 00:28:36 +00:00
..
asn1_compile
autoconf
binstall
cap_mkdb
cat Add cat(1) as a host tool. 2002-06-10 18:32:28 +00:00
cksum
compat Implement replacements for lchflags(), lchmod(), and lchown(), 2002-10-08 00:28:36 +00:00
compile_et
config
crunchgen
ctags
dbsym
fgen Add fgen as a host tool, used for sys/arch/sparc/bootblk. 2002-05-28 21:56:05 +00:00
gencat
gettext
groff
host-mkdep Patch host-mkdep with the working host shell. 2002-09-15 17:23:01 +00:00
installboot Make Solaris 8 happy: use ln -f -s instead of ln -fs 2002-05-31 05:50:03 +00:00
lex
lint
lint1
lint2
lorder Patch lorder with the host's working shell. Idea from Chris Demetriou. 2002-09-15 17:05:26 +00:00
m4
make Check for <poll.h>. If it is not found, -DUSE_SELECT=1. 2002-10-04 22:21:57 +00:00
makefs Make Solaris 8 happy: use ln -f -s instead of ln -fs 2002-05-31 05:50:03 +00:00
makewhatis
mdsetimage
menuc
mips-elf2ecoff
mkdep
mklocale
mktemp Re-add mktemp as a host tool; it is used in more places than Ben 2002-09-14 04:26:03 +00:00
msgc
mtree
pax
prep-mkbootimage Build prep's mkbootimage as a host tool, called nbprep-mkbootimage. 2002-05-03 20:33:53 +00:00
pwd_mkdb
rpcgen
sunlabel
texinfo
toolchain Don't try to extract gdbserver configury; we don't yet support gdbserver. 2002-05-20 15:19:09 +00:00
tsort
uudecode
yacc
zic
Makefile Change the TOOLCHAIN_MISSING from == "no" to != "yes", to be consistent 2002-09-19 17:13:01 +00:00
Makefile.gnuhost
Makefile.gnuwrap
Makefile.host