aboutsummaryrefslogtreecommitdiff
path: root/src/libbio/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-12-03 22:50:48 +0000
committerrsc <devnull@localhost>2003-12-03 22:50:48 +0000
commit669250d159e93a6933afa4cd25f410af801515ec (patch)
tree1f053fd518cf1a172863e07050e6e3bf13762f7d /src/libbio/mkfile
parent5a82f26e50fbfbb3090b4cf839decf012637a00e (diff)
downloadplan9port-669250d159e93a6933afa4cd25f410af801515ec.tar.gz
plan9port-669250d159e93a6933afa4cd25f410af801515ec.tar.bz2
plan9port-669250d159e93a6933afa4cd25f410af801515ec.zip
Various fixes.
B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
Diffstat (limited to 'src/libbio/mkfile')
-rw-r--r--src/libbio/mkfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libbio/mkfile b/src/libbio/mkfile
index 2c64b257..e808b178 100644
--- a/src/libbio/mkfile
+++ b/src/libbio/mkfile
@@ -7,6 +7,7 @@ OFILES=\
bbuffered.$O\
bfildes.$O\
bflush.$O\
+ bfmt.$O\
bgetc.$O\
bgetd.$O\
binit.$O\
@@ -26,6 +27,6 @@ HFILES=\
<$PLAN9/src/mksyslib
-bcat: bcat.$O $LIB
- $CC -o bcat bcat.$O -L$PLAN9/lib -lbio -lfmt -lutf
+bcat: bcat.$O $PLAN9/lib/$LIB
+ $LD -o bcat bcat.$O -lbio -lfmt -lutf