Make utree
cd src; make utree
gcc -DBSD -O4 -traditional -c main.c
gcc -DBSD -O4 -traditional -c bind.c
gcc -DBSD -O4 -traditional -c comm.c
gcc -DBSD -O4 -traditional -c echo.c
gcc -DBSD -O4 -traditional -c edit.c
gcc -DBSD -O4 -traditional -c file.c
gcc -DBSD -O4 -traditional -c help.c
gcc -DBSD -O4 -traditional -c hist.c
gcc -DBSD -O4 -traditional -c list.c
gcc -DBSD -O4 -traditional -c stat.c
gcc -DBSD -O4 -traditional -c term.c
gcc -DBSD -O4 -traditional -c tree.c
gcc -DBSD -O4 -traditional -c util.c
gcc -DBSD -O4 -traditional -c vars.c
gcc -DBSD -O4 -traditional -c vers.c
gcc -DBSD -O4 -traditional  main.o bind.o comm.o echo.o edit.o file.o help.o hist.o list.o  stat.o term.o tree.o util.o vars.o vers.o -o ../bin/utree -ltermcap 
Make utree.prlist
cd src; make utree.prlist
gcc -s -DBSD -O4 -traditional   utree.prlist.c -o ../bin/utree.prlist  -ltermcap 
Make stripped utree
cd src; make strip
cp ../bin/utree ../bin/utree+sym
strip ../bin/utree
### Making all in ./src
### Done with ./src
