aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/db/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/db/mkfile')
-rw-r--r--src/cmd/db/mkfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/cmd/db/mkfile b/src/cmd/db/mkfile
new file mode 100644
index 00000000..65b87977
--- /dev/null
+++ b/src/cmd/db/mkfile
@@ -0,0 +1,26 @@
+<$PLAN9/src/mkhdr
+
+TARG=db
+OFILES=\
+ command.$O\
+ expr.$O\
+ format.$O\
+ input.$O\
+ main.$O\
+ output.$O\
+ pcs.$O\
+ runpcs.$O\
+ regs.$O\
+ trcrun.$O\
+ print.$O\
+ setup.$O\
+
+HFILES=defs.h\
+ fns.h\
+
+SHORTLIB=mach bio 9
+
+<$PLAN9/src/mkone
+
+CFLAGS=$CFLAGS -I../libmach2
+