aboutsummaryrefslogtreecommitdiff
path: root/src/mkmk.sh
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-24 00:47:50 +0000
committerrsc <devnull@localhost>2003-11-24 00:47:50 +0000
commitf9355efb2e3c9f7c9476f3d9e22dd0ff3e87db65 (patch)
treebc27d2ab04c344cb2a62d3a0dc5de9a39953b368 /src/mkmk.sh
parentd2c4ee9e488f6c94865cc2f4c874d025bc2ae0d2 (diff)
downloadplan9port-f9355efb2e3c9f7c9476f3d9e22dd0ff3e87db65.tar.gz
plan9port-f9355efb2e3c9f7c9476f3d9e22dd0ff3e87db65.tar.bz2
plan9port-f9355efb2e3c9f7c9476f3d9e22dd0ff3e87db65.zip
Build correctly on FreeBSD.
(Will this process ever reach a fixed point?)
Diffstat (limited to 'src/mkmk.sh')
-rw-r--r--src/mkmk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mkmk.sh b/src/mkmk.sh
index 4cf96921..a52fb4af 100644
--- a/src/mkmk.sh
+++ b/src/mkmk.sh
@@ -35,6 +35,7 @@ cd libfmt
9c fmtstr.c
9c fmtvprint.c
9c fprint.c
+9c nan64.c
9c print.c
9c runefmtstr.c
9c runeseprint.c
@@ -55,8 +56,7 @@ cd libfmt
9c vsnprint.c
9c charstod.c
9c pow10.c
-9c nan64.c
-ar rvc ../../lib/libfmt.a dofmt.o errfmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o nan64.o
+ar rvc ../../lib/libfmt.a dofmt.o errfmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o
cd ..
cd libbio
9c bbuffered.c