conterm/mkfile-posix
Russ Cox 934846f35c a
2005-08-08 12:50:13 +00:00

10 lines
248 B
Plaintext

CC=gcc
objtype=`{uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'}
CFLAGS=-I$DSRC/include -c -ggdb -D_THREAD_SAFE -pthread # not ready for this yet: -Wall
LDFLAGS=-pthread -L/usr/X11R6/lib -lX11 -ggdb
O=o
L=a
SYS=posix
#OS=FreeBSD
OSHOOKS=posix