diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 01:53:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 01:53:31 +0000 |
commit | ec52b0e7bd305861bfdc3c2d88c579629619ee86 (patch) | |
tree | b53c290027d4e487cfcf026a9b236934aa678a37 | |
parent | 2681ae46a57efba41ff6c6b805673ede03f6097e (diff) |
proper dependencies on assym.h
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/Makefile.mvme88k | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 7a1e963686d..6347149b75a 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.10 2002/01/04 08:51:55 miod Exp $ +# $OpenBSD: Makefile.hppa,v 1.11 2002/02/19 01:53:30 deraadt Exp $ # Makefile for OpenBSD # @@ -201,6 +201,7 @@ locore.o machdep.o trap.o: Makefile locore.o: ${HPPA}/hppa/locore.S assym.h ${NORMAL_S} +fpemu.o: assym.h # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 484c046b90b..b04b8a6ac3f 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.18 2001/12/24 23:12:14 miod Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.19 2002/02/19 01:53:30 deraadt Exp $ # # Makefile for OpenBSD # @@ -192,6 +192,8 @@ assym.h machdep.o: Makefile # depend on CPU configuration locore.o machdep.o: Makefile +process.o locore_asm_routines.o eh.o: assym.h +m88110_mmu.o m88110_fp.o m88100_fp.o : assym.h locore.o: ${MVME88K}/mvme88k/locore.S assym.h ${NORMAL_S} diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index c66afae8854..6dcecba3d94 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -148,6 +148,7 @@ depend:: .depend locore.o: ${SPARC64}/sparc64/locore.s assym.h ${NORMAL_S} +in_cksum.o: assym.h # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |