Blob


1 <$PLAN9/src/mkhdr
3 LIB=libbio.a
5 OFILES=\
6 bbuffered.$O\
7 bfildes.$O\
8 bflush.$O\
9 bgetc.$O\
10 bgetrune.$O\
11 bgetd.$O\
12 binit.$O\
13 boffset.$O\
14 bprint.$O\
15 bputc.$O\
16 bputrune.$O\
17 brdline.$O\
18 brdstr.$O\
19 bread.$O\
20 bseek.$O\
21 bvprint.$O\
22 bwrite.$O\
24 HFILES=\
25 $PLAN9/include/bio.h\
27 <$PLAN9/src/mksyslib
29 bcat: bcat.$O $PLAN9/lib/$LIB
30 $LD -o bcat bcat.$O -lbio -l9