Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf add a couple more dependencies so that w...



details:   https://anonhg.NetBSD.org/src/rev/ba1f1f8f92b3
branches:  trunk
changeset: 533477:ba1f1f8f92b3
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 01 16:37:08 2002 +0000

description:
add a couple more dependencies so that we can build a kernel without
make depend.

diffstat:

 sys/arch/sparc/conf/Makefile.sparc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2dc9e6f6904a -r ba1f1f8f92b3 sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc        Mon Jul 01 16:20:35 2002 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc        Mon Jul 01 16:37:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc,v 1.80 2002/06/04 21:39:12 thorpej Exp $
+#      $NetBSD: Makefile.sparc,v 1.81 2002/07/01 16:37:08 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -55,6 +55,9 @@
 locore.o: ${SPARC}/sparc/locore.s assym.h
        ${NORMAL_S}
 
+amd7930intr.o: assym.h
+bsd_fdintr.o: assym.h
+
 ##
 ## (5) link settings
 ##



Home | Main Index | Thread Index | Old Index