blob: 6d37e0322b935e7f584719eb9f5ba47582124c12 [file] [log] [blame]
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