mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
23 lines
256 B
Makefile
23 lines
256 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=lib9pclient.a
|
|
|
|
OFILES=\
|
|
close.$O\
|
|
create.$O\
|
|
dirread.$O\
|
|
fs.$O\
|
|
ns.$O\
|
|
open.$O\
|
|
openfd.$O\
|
|
read.$O\
|
|
stat.$O\
|
|
walk.$O\
|
|
write.$O\
|
|
wstat.$O\
|
|
|
|
HFILES=\
|
|
$PLAN9/include/9pclient.h\
|
|
$PLAN9/include/mux.h\
|
|
|
|
<$PLAN9/src/mksyslib
|