URI:
       tmkhdr - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tmkhdr (236B)
       ---
            1 <$PLAN9/src/mkenv
            2 
            3 BIN=$PLAN9/bin
            4 LIBDIR=$PLAN9/lib
            5 
            6 O=o
            7 OS=$O
            8 
            9 CC=9c
           10 #CC=9r
           11 LD=9l
           12 AS=no-9a
           13 AR=9ar
           14 CFLAGS=
           15 LDFLAGS=
           16 AFLAGS=
           17 CLEANFILES=
           18 NUKEFILES=
           19 YACC=9 yacc
           20 LEX=9 lex
           21 YFLAGS=-d
           22 LIB=
           23 SHORTLIB=9
           24 
           25 <|cat $PLAN9/config 2>/dev/null || true