mirror of
https://github.com/livingcomputermuseum/pdp7-unix.git
synced 2026-01-13 15:27:52 +00:00
commit
329aa45c11
@ -98,7 +98,7 @@ cmd: dirs $(BINDIR)/as $(BINDIR)/cat $(BINDIR)/check $(BINDIR)/chmod \
|
|||||||
$(BINDIR)/db $(BINDIR)/nstat $(BINDIR)/tm $(BINDIR)/dsw $(BINDIR)/apr \
|
$(BINDIR)/db $(BINDIR)/nstat $(BINDIR)/tm $(BINDIR)/dsw $(BINDIR)/apr \
|
||||||
$(BINDIR)/cas $(BINDIR)/rm $(BINDIR)/rn $(BINDIR)/pd $(BINDIR)/nm \
|
$(BINDIR)/cas $(BINDIR)/rm $(BINDIR)/rn $(BINDIR)/pd $(BINDIR)/nm \
|
||||||
$(BINDIR)/roff $(BINDIR)/p $(BINDIR)/apr $(BINDIR)/salv $(BINDIR)/moo \
|
$(BINDIR)/roff $(BINDIR)/p $(BINDIR)/apr $(BINDIR)/salv $(BINDIR)/moo \
|
||||||
$(BINDIR)/nsh $(BINDIR)/nls $(BINDIR)/nstat
|
$(BINDIR)/nsh $(BINDIR)/nls $(BINDIR)/nstat $(BINDIR)/un
|
||||||
|
|
||||||
# Alternate commands: no dd, but . and ..
|
# Alternate commands: no dd, but . and ..
|
||||||
altcmd: dirs $(BINDIR)/as $(BINDIR)/cat $(BINDIR)/check $(BINDIR)/chmod \
|
altcmd: dirs $(BINDIR)/as $(BINDIR)/cat $(BINDIR)/check $(BINDIR)/chmod \
|
||||||
@ -207,6 +207,9 @@ $(BINDIR)/salv: $(CMDSRC)/salv.s
|
|||||||
$(BINDIR)/moo: $(CMDSRC)/moo.s
|
$(BINDIR)/moo: $(CMDSRC)/moo.s
|
||||||
$(AS) $(ASARGS) -o $(BINDIR)/moo $(CMDSRC)/moo.s
|
$(AS) $(ASARGS) -o $(BINDIR)/moo $(CMDSRC)/moo.s
|
||||||
|
|
||||||
|
$(BINDIR)/un: $(CMDSRC)/un.s
|
||||||
|
$(AS) $(ASARGS) -o $(BINDIR)/un $(CMDSRC)/un.s
|
||||||
|
|
||||||
# Alternative init: no dd directory
|
# Alternative init: no dd directory
|
||||||
$(BINDIR)/altinit: $(ALTSRC)/init.s
|
$(BINDIR)/altinit: $(ALTSRC)/init.s
|
||||||
$(AS) $(ASARGS) -o $(BINDIR)/altinit $(ALTSRC)/init.s
|
$(AS) $(ASARGS) -o $(BINDIR)/altinit $(ALTSRC)/init.s
|
||||||
|
|||||||
@ -56,6 +56,7 @@ dd drwr- -1 4
|
|||||||
sh frwr- -1 bin/sh
|
sh frwr- -1 bin/sh
|
||||||
stat frwr- -1 bin/stat
|
stat frwr- -1 bin/stat
|
||||||
tm frwr- -1 bin/tm
|
tm frwr- -1 bin/tm
|
||||||
|
un frwr- -1 bin/un
|
||||||
|
|
||||||
# new versions, from the scans
|
# new versions, from the scans
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user