Import NetBSD xinstall

Also, fix mk files for cross compilation.
This commit is contained in:
Thomas Veerman
2012-06-06 14:31:59 +00:00
parent d433a56288
commit 9d04c193d2
11 changed files with 1707 additions and 671 deletions

View File

@@ -1,3 +1,15 @@
20120608:
New install and mk files require the following steps:
# cp /usr/src/share/mk/*.mk /usr/share/mk
# cd /usr/src
# make -C usr.bin/xinstall all
# cp usr.bin/xinstall/xinstall /usr/bin/install
# rm /bin/install
then do
# make clean world
20120510:
WARNING: the shared libraries major revision set to 0 will break
existing dynamically linked binaries if they exist.