File tree Expand file tree Collapse file tree 4 files changed +378
-1
lines changed Expand file tree Collapse file tree 4 files changed +378
-1
lines changed Original file line number Diff line number Diff line change 3131mini-dumper
3232linum
3333tendmp
34+ acct
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OBJS = pdp10-opc.o info.o dis.o symbols.o \
1414UTILS = cat36 itsarc magdmp magfrm dskdmp dump \
1515 macdmp macro-tapes tape-dir harscntopbm palx cross \
1616 ipak kldcp klfedr scrmbl unscr tvpic tito dart od10 \
17- constantinople dumper mini-dumper linum tendmp
17+ constantinople dumper mini-dumper linum tendmp acct
1818
1919all : dis10 $(UTILS ) check
2020
@@ -70,6 +70,9 @@ macro-tapes: macro-tapes.o $(OBJS) $(LIBWORD)
7070tape-dir : tape-dir.o $(OBJS ) $(LIBWORD )
7171 $(CC ) $(CFLAGS ) $^ -o $@
7272
73+ acct : acct.o dec.o $(OBJS ) $(LIBWORD )
74+ $(CC ) $(CFLAGS ) $^ -o $@
75+
7376tito : tito.o $(OBJS ) $(LIBWORD )
7477 $(CC ) $(CFLAGS ) $^ -o $@
7578
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ is elsewhere: http://github.com/larsbrinkhoff/mldev
2727- Add or delete DEC-style text file line numbers.
2828- Extract files from a DECtape image in TENDMP/DTBOOT format.
2929- Create a TENDMP/DTBOOT image.
30+ - Print entried in a WAITS accounting file.
3031
3132## File formats supported.
3233
You can’t perform that action at this time.
0 commit comments