diff options
Diffstat (limited to 'sam/mkfile')
| -rw-r--r-- | sam/mkfile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sam/mkfile b/sam/mkfile new file mode 100644 index 0000000..ec04554 --- /dev/null +++ b/sam/mkfile @@ -0,0 +1,34 @@ +</$objtype/mkfile + +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\ + plan9.$O\ + rasp.$O\ + regexp.$O\ + shell.$O\ + string.$O\ + sys.$O\ + util.$O\ + xec.$O\ + +HFILES=sam.h\ + errors.h\ + mesg.h\ + +BIN=/$objtype/bin + +</sys/src/cmd/mkone + +address.$O cmd.$O parse.$O xec.$O unix.$O: parse.h + |