Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/bootxx bootxx doesn't need the code r...



details:   https://anonhg.NetBSD.org/src/rev/ea83a0b9db08
branches:  trunk
changeset: 500119:ea83a0b9db08
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Dec 05 21:51:38 2000 +0000

description:
bootxx doesn't need the code relocating stub linked in.

diffstat:

 sys/arch/mvme68k/stand/bootxx/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0bcb9dd478c4 -r ea83a0b9db08 sys/arch/mvme68k/stand/bootxx/Makefile
--- a/sys/arch/mvme68k/stand/bootxx/Makefile    Tue Dec 05 21:38:38 2000 +0000
+++ b/sys/arch/mvme68k/stand/bootxx/Makefile    Tue Dec 05 21:51:38 2000 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/10/93
-#      $NetBSD: Makefile,v 1.7 2000/12/04 21:25:58 scw Exp $
+#      $NetBSD: Makefile,v 1.8 2000/12/05 21:51:38 scw Exp $
 
 COMPILE.S= $(CC) -x assembler-with-cpp -traditional-cpp \
                $(ASFLAGS) $(CPPFLAGS) $(INCPATH) -c -o $*.o
@@ -8,6 +8,7 @@
 PROG=  bootxx
 LIBS=  ${LIBSA} ${LIBBUG}
 DPADD= ${LIBS}
+SRTOBJ=
 
 .include "../Makefile.booters"
 



Home | Main Index | Thread Index | Old Index