Blame


1 5c34ff9e 2003-11-23 devnull SYSNAME=`uname`
2 b8f742db 2005-01-11 devnull OBJTYPE=`uname -m | sed '
3 b8f742db 2005-01-11 devnull s;i.86;386;;
4 b8f742db 2005-01-11 devnull s;/.*;;;
5 b8f742db 2005-01-11 devnull s; ;;g;
6 b8f742db 2005-01-11 devnull s;PowerMacintosh;power;g;
7 b8f742db 2005-01-11 devnull s;ppc64;power;g;
8 b8f742db 2005-01-11 devnull s;ppc;power;g'`
9 b8f742db 2005-01-11 devnull
10 b0a81ab0 2005-01-04 devnull SYSVERSION=`uname -r`
11 5c34ff9e 2003-11-23 devnull
12 f7012583 2003-11-25 devnull BIN=$PLAN9/bin
13 f7012583 2003-11-25 devnull LIBDIR=$PLAN9/lib
14 f7012583 2003-11-25 devnull
15 f7012583 2003-11-25 devnull # BUG - figure this out automatically
16 5c34ff9e 2003-11-23 devnull X11=/usr/X11R6
17 f7012583 2003-11-25 devnull
18 f7012583 2003-11-25 devnull O=o
19 f7012583 2003-11-25 devnull OS=$O
20 f7012583 2003-11-25 devnull
21 1c253ceb 2003-11-23 devnull CC=9c
22 1c253ceb 2003-11-23 devnull LD=9l
23 1c253ceb 2003-11-23 devnull AS=9a
24 912fba95 2003-11-24 devnull AR=9ar
25 f7012583 2003-11-25 devnull INSTALL=install -c
26 5c34ff9e 2003-11-23 devnull CFLAGS=
27 1c253ceb 2003-11-23 devnull LDFLAGS=
28 5c34ff9e 2003-11-23 devnull AFLAGS=
29 f7012583 2003-11-25 devnull CLEANFILES=
30 f7012583 2003-11-25 devnull NUKEFILES=
31 7b0c2f15 2005-01-11 devnull YACC=9 yacc
32 dff7e273 2003-12-04 devnull YFLAGS=-d
33 e04d5bee 2004-02-29 devnull LIB=
34 d21d62e2 2004-02-29 devnull SHORTLIB=9
35 5c34ff9e 2003-11-23 devnull
36 478ee963 2003-11-23 devnull <|cat $PLAN9/src/mk.$SYSNAME-$OBJTYPE 2>/dev/null || true
37 5c34ff9e 2003-11-23 devnull