diff options
| author | rsc <devnull@localhost> | 2004-04-19 19:30:50 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-19 19:30:50 +0000 |
| commit | 84114f06650ba3db950532b1d0cd1d7e18b4b6be (patch) | |
| tree | 4a5aa4819d01f1798bf86c3420db542c74092a6f /src/cmd/db/mkfile | |
| parent | a84cbb2a17c9d0b88c561d5b7cb50d79a19e7c46 (diff) | |
| download | plan9port-84114f06650ba3db950532b1d0cd1d7e18b4b6be.tar.gz plan9port-84114f06650ba3db950532b1d0cd1d7e18b4b6be.zip | |
debugger
Diffstat (limited to 'src/cmd/db/mkfile')
| -rw-r--r-- | src/cmd/db/mkfile | 26 |
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 + |
