#!/bin/sh
for dir in libObj/obj obj libc/obj16 obj16 lib lib16 bin bin16
do
   test -e "$dir" ||
   mkdir "$dir"
done
