here=`pwd`
mkdir -p usr/bin usr/include usr/man/cat1
(cd /usr/bin;ln ar as as86 cc gcc ld ld86 make nm objdump protoize \
 ranlib size strip unprotoize $here/usr/bin)
(cd /;find usr/include -type d)|xargs mkdir -p
for i in `(cd /;find usr/include -type f)`;do ln /$i $i;done
find usr|xargs fixup
chown root.man usr/man/cat1
chmod 775 usr/man/cat1
cp -p /usr/man/cat1/gcc.1.z usr/man/cat1/cc.1.z
cp -p /usr/man/cat1/cccp.1.z usr/man/cat1/cpp.1.z
cp -p /usr/man/cat1/make.1.z usr/man/cat1
gunzip usr/man/cat1/*
