mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
30 lines
295 B
Makefile
30 lines
295 B
Makefile
<$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\
|
|
rasp.$O\
|
|
regexp.$O\
|
|
shell.$O\
|
|
string.$O\
|
|
sys.$O\
|
|
unix.$O\
|
|
util.$O\
|
|
xec.$O\
|
|
|
|
HFILES=sam.h\
|
|
errors.h\
|
|
mesg.h\
|
|
|
|
|
|
<$PLAN9/src/mkone
|