Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej_scsipi]: src/sys/arch/arm26/stand It seems that all versions of ...



details:   https://anonhg.NetBSD.org/src/rev/2f66a08e55fc
branches:  thorpej_scsipi
changeset: 477339:2f66a08e55fc
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Nov 25 13:32:52 2000 +0000

description:
It seems that all versions of BBC BASIC V can load a text file specified on
the command line, so we don't need to tokenize it first.

This makes it less than clear what file type BBBB should have, so let's not
make an issue of it.

diffstat:

 sys/arch/arm26/stand/BBBB/Makefile |  6 ++++++
 sys/arch/arm26/stand/Makefile      |  5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 411079bebb94 -r 2f66a08e55fc sys/arch/arm26/stand/BBBB/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm26/stand/BBBB/Makefile        Sat Nov 25 13:32:52 2000 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.5.2.2 2000/11/25 13:32:53 bjh21 Exp $
+
+FILESDIR=      /usr/mdec
+FILES=         BBBB
+
+.include <bsd.prog.mk>
diff -r 411079bebb94 -r 2f66a08e55fc sys/arch/arm26/stand/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm26/stand/Makefile     Sat Nov 25 13:32:52 2000 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.2.2.2 2000/11/25 13:32:52 bjh21 Exp $
+
+SUBDIR=        BBBB
+
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index