make -> mk
This commit is contained in:
parent
f37a36a8f4
commit
422761f81e
1 changed files with 3 additions and 4 deletions
33
src/cmd/sam/mkfile
Normal file
33
src/cmd/sam/mkfile
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue