Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/stand Put back KLINK_MACHINE



details:   https://anonhg.NetBSD.org/src/rev/48b136d4a2bf
branches:  trunk
changeset: 822833:48b136d4a2bf
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 09 16:29:46 2017 +0000

description:
Put back KLINK_MACHINE

diffstat:

 sys/arch/acorn32/stand/Makefile.buildboot |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 9ea3d5ee02d8 -r 48b136d4a2bf sys/arch/acorn32/stand/Makefile.buildboot
--- a/sys/arch/acorn32/stand/Makefile.buildboot Sun Apr 09 15:29:07 2017 +0000
+++ b/sys/arch/acorn32/stand/Makefile.buildboot Sun Apr 09 16:29:46 2017 +0000
@@ -1,9 +1,11 @@
-#      $NetBSD: Makefile.buildboot,v 1.23 2017/04/08 19:53:19 christos Exp $
+#      $NetBSD: Makefile.buildboot,v 1.24 2017/04/09 16:29:46 christos Exp $
 
 S?=    ${.CURDIR}/../../../..
 
 .PATH: ${.CURDIR}/../lib
 
+KLINK_MACHINE= acorn32
+
 SRCS=  ${PROGSOURCE}
 NOMAN=# defined
 BINDIR=/usr/mdec



Home | Main Index | Thread Index | Old Index