summaryrefslogtreecommitdiff
path: root/utils/format/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/format/mkfile')
-rw-r--r--utils/format/mkfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/format/mkfile b/utils/format/mkfile
new file mode 100644
index 00000000..02b153d3
--- /dev/null
+++ b/utils/format/mkfile
@@ -0,0 +1,14 @@
+<../../mkconfig
+
+TARG=format
+
+OFILES= format.$O\
+ $TARGMODEL.$O\
+
+HFILES=
+
+LIBS=9 # libbio.a uses lib9.a so order matters.
+
+BIN=$ROOT/$OBJDIR/bin
+
+<$ROOT/mkfiles/mkone-$SHELLTYPE