add libbio to ape for libsec thumbprints. note that Bgetd was left out pending reorginization of (fmt)charstod Reference: /n/atom/patch/applied2013/apebio Date: Tue May 28 17:31:42 CES 2013 Signed-off-by: quanstro@quanstro.net --- /sys/src/ape/lib/bio/mkfile Thu Jan 1 00:00:00 1970 +++ /sys/src/ape/lib/bio/mkfile Tue May 28 17:31:35 2013 @@ -0,0 +1,37 @@ +APE=/sys/src/ape +<$APE/config + +LIB=/$objtype/lib/ape/libbio.a +OFILES=\ + bbuffered.$O\ + bfildes.$O\ + bflush.$O\ + bgetrune.$O\ + bgetc.$O\ +# bgetd.$O\ + binit.$O\ + boffset.$O\ + bprint.$O\ + bputrune.$O\ + bputc.$O\ + brdline.$O\ + brdstr.$O\ + bread.$O\ + bseek.$O\ + bwrite.$O\ + bvprint.$O\ + +HFILES=/sys/include/ape/bio.h + +UPDATE=\ + mkfile\ + $HFILES\ + ${OFILES:%.$O=%.c}\ + ${LIB:/$objtype/%=/386/%}\ + +