tmake -> mk - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 422761f81eb07e2c339dee3c71a0acead7aadd9a
 (DIR) parent f37a36a8f4360cd86fa3a60223d371a2177a3512
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 23 Nov 2003 17:53:05 +0000
       
       make -> mk
       
       Diffstat:
         D src/cmd/sam/Makefile                |      34 -------------------------------
         A src/cmd/sam/mkfile                  |      33 +++++++++++++++++++++++++++++++
       
       2 files changed, 33 insertions(+), 34 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/sam/Makefile b/src/cmd/sam/Makefile
       t@@ -1,34 +0,0 @@
       -PLAN9=../../..
       -include $(PLAN9)/src/Makehdr
       -
       -TARG=sam
       -OFILES=sam.$O\
       -        address.$O\
       -        buff.$O\
       -        cmd.$O\
       -        disk.$O\
       -        error.$O\
       -        file.$O\
       -        io.$O\
       -        list.$O\
       -        mesg.$O\
       -        moveto.$O\
       -        multi.$O\
       -        plumb.$O\
       -        rasp.$O\
       -        regexp.$O\
       -        shell.$O\
       -        string.$O\
       -        sys.$O\
       -        unix.$O\
       -        util.$O\
       -        xec.$O\
       -
       -HFILES=sam.h\
       -        errors.h\
       -        mesg.h\
       -
       -LDFLAGS+=-l9 -lfmt -lutf
       -
       -include $(PLAN9)/src/Makeone
       -
 (DIR) diff --git a/src/cmd/sam/mkfile b/src/cmd/sam/mkfile
       t@@ -0,0 +1,33 @@
       +PLAN9=../../..
       +<$PLAN9/src/mkhdr
       +
       +TARG=sam
       +OFILES=sam.$O\
       +        address.$O\
       +        buff.$O\
       +        cmd.$O\
       +        disk.$O\
       +        error.$O\
       +        file.$O\
       +        io.$O\
       +        list.$O\
       +        mesg.$O\
       +        moveto.$O\
       +        multi.$O\
       +        plumb.$O\
       +        rasp.$O\
       +        regexp.$O\
       +        shell.$O\
       +        string.$O\
       +        sys.$O\
       +        unix.$O\
       +        util.$O\
       +        xec.$O\
       +
       +HFILES=sam.h\
       +        errors.h\
       +        mesg.h\
       +
       +LDFLAGS=$LDFLAGS -l9 -lfmt -lutf
       +
       +<$PLAN9/src/mkone