Blob


1 PLAN9=../..
2 <$PLAN9/src/mkhdr
4 LIB=libbio.a
6 OFILES=\
7 bbuffered.$O\
8 bfildes.$O\
9 bflush.$O\
10 bfmt.$O\
11 bgetc.$O\
12 bgetd.$O\
13 binit.$O\
14 boffset.$O\
15 bprint.$O\
16 bputc.$O\
17 brdline.$O\
18 brdstr.$O\
19 bread.$O\
20 bseek.$O\
21 bwrite.$O\
22 bgetrune.$O\
23 bputrune.$O\
25 HFILES=\
26 $PLAN9/include/bio.h\
28 <$PLAN9/src/mksyslib
30 bcat: bcat.$O $PLAN9/lib/$LIB
31 $LD -o bcat bcat.$O -lbio -lfmt -lutf