plan9port/src/cmd/sam/mkfile

32 lines
312 B
Text
Raw Normal View History

2003-11-23 17:53:05 +00:00
<$PLAN9/src/mkhdr
2003-09-30 17:47:42 +00:00
2003-09-30 19:05:50 +00:00
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\
rasp.$O\
regexp.$O\
shell.$O\
string.$O\
sys.$O\
unix.$O\
util.$O\
xec.$O\
HFILES=sam.h\
errors.h\
mesg.h\
2004-06-09 14:06:09 +00:00
SHORTLIB=plumb 9
2003-11-23 17:53:05 +00:00
<$PLAN9/src/mkone