From a185f9743da7284b420b30d5aa2b384d17ffff40 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 22 Jan 2008 15:24:50 +0000 Subject: [PATCH] Missing assym.h dependency. --- sys/arch/sun2/conf/Makefile.sun2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun2/conf/Makefile.sun2 b/sys/arch/sun2/conf/Makefile.sun2 index f4dd25d41838..84a347e816e2 100644 --- a/sys/arch/sun2/conf/Makefile.sun2 +++ b/sys/arch/sun2/conf/Makefile.sun2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sun2,v 1.18 2005/12/11 12:19:16 christos Exp $ +# $NetBSD: Makefile.sun2,v 1.19 2008/01/22 15:24:50 joerg Exp $ # Makefile for NetBSD # @@ -70,6 +70,7 @@ locore.o: assym.h m68k/asm.h m68k/trap.h copy.o: assym.h m68k/asm.h $S/sys/errno.h bcopy.o: assym.h m68k/asm.h copypage.o: assym.h m68k/asm.h +lock_stubs.o: assym.h # depend on CPU configuration db_machdep.o dvma.o machdep.o pmap.o sun2_startup.o vm_machdep.o: Makefile