summaryrefslogtreecommitdiff
path: root/utils/5cv/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/5cv/mkfile')
-rw-r--r--utils/5cv/mkfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/5cv/mkfile b/utils/5cv/mkfile
new file mode 100644
index 00000000..3b544bc6
--- /dev/null
+++ b/utils/5cv/mkfile
@@ -0,0 +1,18 @@
+<../../mkconfig
+
+TARG=5cv
+
+OFILES= 5cv.$O\
+
+HFILES=\
+ a.out.h\
+ bio.h\
+ mach.h\
+
+LIBS=mach bio 9 # order matters.
+
+CFLAGS=$CFLAGS -I../include
+
+BIN=$ROOT/$OBJDIR/bin
+
+<$ROOT/mkfiles/mkone-$SHELLTYPE