From: ceriel Date: Tue, 3 Sep 1991 17:38:15 +0000 (+0000) Subject: new installation mechanism X-Git-Tag: release-5-5~974 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=634eb45db6fb93530ba6bbb98c9285ae1307aec7;p=ack.git new installation mechanism --- 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.