From 634eb45db6fb93530ba6bbb98c9285ae1307aec7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 3 Sep 1991 17:38:15 +0000 Subject: [PATCH] new installation mechanism --- mach/z80/libmon/.distr | 4 ++-- mach/z80/libmon/LIST | 3 +++ mach/z80/libmon/README | 3 +-- mach/z80/libsys/.distr | 4 ++-- mach/z80/libsys/LIST | 3 +++ mach/z80/libsys/README | 3 +-- 6 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 mach/z80/libmon/LIST create mode 100644 mach/z80/libsys/LIST diff --git a/mach/z80/libmon/.distr b/mach/z80/libmon/.distr index dbf21ef6f..4580c5cd4 100644 --- a/mach/z80/libmon/.distr +++ b/mach/z80/libmon/.distr @@ -1,6 +1,6 @@ -Makefile README -compmodule +LIST +libmon_s.a char.her.s head_em.s mon.cpm.s diff --git a/mach/z80/libmon/LIST b/mach/z80/libmon/LIST new file mode 100644 index 000000000..91487976b --- /dev/null +++ b/mach/z80/libmon/LIST @@ -0,0 +1,3 @@ +libmon_s.a +mon.s +char.her.s diff --git a/mach/z80/libmon/README b/mach/z80/libmon/README index 55e9255b9..f4637c796 100644 --- a/mach/z80/libmon/README +++ b/mach/z80/libmon/README @@ -8,5 +8,4 @@ tested. The Nascom environment has been known to work too. The CPM files are included as an example only. These have never been tested. -The definition of TAIL in the Makefile decides which environment -you use. +The LIST file determines which system is used. diff --git a/mach/z80/libsys/.distr b/mach/z80/libsys/.distr index dbf21ef6f..4580c5cd4 100644 --- a/mach/z80/libsys/.distr +++ b/mach/z80/libsys/.distr @@ -1,6 +1,6 @@ -Makefile README -compmodule +LIST +libmon_s.a char.her.s head_em.s mon.cpm.s diff --git a/mach/z80/libsys/LIST b/mach/z80/libsys/LIST new file mode 100644 index 000000000..91487976b --- /dev/null +++ b/mach/z80/libsys/LIST @@ -0,0 +1,3 @@ +libmon_s.a +mon.s +char.her.s diff --git a/mach/z80/libsys/README b/mach/z80/libsys/README index 55e9255b9..f4637c796 100644 --- a/mach/z80/libsys/README +++ b/mach/z80/libsys/README @@ -8,5 +8,4 @@ tested. The Nascom environment has been known to work too. The CPM files are included as an example only. These have never been tested. -The definition of TAIL in the Makefile decides which environment -you use. +The LIST file determines which system is used. -- 2.34.1