make -> mk

This commit is contained in:
rsc 2003-11-23 17:53:05 +00:00
parent f37a36a8f4
commit 422761f81e

33
src/cmd/sam/mkfile Normal file
View 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