plan9port/src/mkhdr
rsc dff7e27317 Clean up yacc files in mkcommon, mkhdr.
Add nan to lib9.
Fix memory corruption bugs in 9term.
2003-12-04 19:16:29 +00:00

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