summaryrefslogtreecommitdiffstats
path: root/src/cmd/db/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 19:30:50 +0000
committerrsc <devnull@localhost>2004-04-19 19:30:50 +0000
commit84114f06650ba3db950532b1d0cd1d7e18b4b6be (patch)
tree4a5aa4819d01f1798bf86c3420db542c74092a6f /src/cmd/db/mkfile
parenta84cbb2a17c9d0b88c561d5b7cb50d79a19e7c46 (diff)
downloadplan9port-84114f06650ba3db950532b1d0cd1d7e18b4b6be.tar.gz
plan9port-84114f06650ba3db950532b1d0cd1d7e18b4b6be.zip
debugger
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
+