mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
dff7e27317
Add nan to lib9. Fix memory corruption bugs in 9term.
27 lines
344 B
Text
27 lines
344 B
Text
SYSNAME=`uname`
|
|
OBJTYPE=`uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g'`
|
|
|
|
BIN=$PLAN9/bin
|
|
LIBDIR=$PLAN9/lib
|
|
|
|
# BUG - figure this out automatically
|
|
X11=/usr/X11R6
|
|
|
|
O=o
|
|
OS=$O
|
|
|
|
CC=9c
|
|
LD=9l
|
|
AS=9a
|
|
AR=9ar
|
|
INSTALL=install -c
|
|
CFLAGS=
|
|
LDFLAGS=
|
|
AFLAGS=
|
|
CLEANFILES=
|
|
NUKEFILES=
|
|
YACC=yacc
|
|
YFLAGS=-d
|
|
|
|
<|cat $PLAN9/src/mk.$SYSNAME-$OBJTYPE 2>/dev/null || true
|
|
|