NetBSD/usr.bin/xinstall
joerg 12929bba43 - When compiling nbinstall for the tool chain, use the target strip
and not /usr/bin/strip. This makes nbinstall usable for
  cross-compiling in pkgsrc.
- Fix a typo in a comment.
- Fix strip() in the context of (v)fork:
  - Build the argument string first using asprintf (simpler) and
    avoid leaking memory from the child in the parent.
  - Don't use warn in the child, as stdio should be avoided.

OK christos@, tested on Solaris by dmcmahill@.
2007-06-28 19:05:55 +00:00
..
Makefile Don't depend on lubutil if we're building host tools. Fix tools build on 2006-12-16 12:59:16 +00:00
install.1
pathnames.h
xinstall.c - When compiling nbinstall for the tool chain, use the target strip 2007-06-28 19:05:55 +00:00