1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-10 02:10:31 +00:00

moved the location of bin and test

This commit is contained in:
Tom Everett
2016-03-19 19:11:30 -06:00
parent 514ff1057a
commit c9d394642b
2 changed files with 17 additions and 17 deletions

View File

@@ -10,8 +10,8 @@ SYSSRC=../src/sys
CMDSRC=../src/cmd
OTHERSRC=../src/other
TESTSRC=../src/tests
BINDIR=../bin
TESTDIR=../tests
BINDIR=bin
TESTDIR=tests
IMAGEFILE=image.fs
all: cmd others a.rim image

View File

@@ -19,22 +19,22 @@ dd drwr- -1 4
ttyout irwr- -1 11
display irwr- -1 12
pptout irwr- -1 13
as frwr- -1 ../bin/as
cat frwr- -1 ../bin/cat
chmod frwr- -1 ../bin/chmod
chown frwr- -1 ../bin/chown
chrm frwr- -1 ../bin/chrm
cp frwr- -1 ../bin/cp
date frwr- -1 ../bin/date
ds frwr- -1 ../bin/ds
ed frwr- -1 ../bin/ed
init frwr- -1 ../bin/init
ln frwr- -1 ../bin/ln
ls frwr- -1 ../bin/ls
mv frwr- -1 ../bin/mv
as frwr- -1 bin/as
cat frwr- -1 bin/cat
chmod frwr- -1 bin/chmod
chown frwr- -1 bin/chown
chrm frwr- -1 bin/chrm
cp frwr- -1 bin/cp
date frwr- -1 bin/date
ds frwr- -1 bin/ds
ed frwr- -1 bin/ed
init frwr- -1 bin/init
ln frwr- -1 bin/ln
ls frwr- -1 bin/ls
mv frwr- -1 bin/mv
password frw-- -1 password
sh frwr- -1 ../bin/sh
stat frwr- -1 ../bin/stat
sh frwr- -1 bin/sh
stat frwr- -1 bin/stat
$
ken drwr- 10
system l---- 3