ref: e4f9a4578a50e9b6694514e7c94004f4b82f6eab
dir: /Make.unix/
# Unix AR=ar CC=gcc RANLIB=ranlib CFLAGS=-I$(ROOT) -I$(ROOT)/include -I$(ROOT)/kern -c -ggdb -D_THREAD_SAFE -pthread # not ready for this yet: -Wall O=o OS=posix GUI=x11 LDADD=-L/usr/X11R6/lib -lX11 -ggdb LDFLAGS=-pthread TARG=drawterm # for root libmachdep.a: arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \ (cd posix-$$arch && make)