diff --git a/sys/arch/acorn32/conf/Makefile.acorn32 b/sys/arch/acorn32/conf/Makefile.acorn32 index 55354bae9145..7c15bec7028d 100644 --- a/sys/arch/acorn32/conf/Makefile.acorn32 +++ b/sys/arch/acorn32/conf/Makefile.acorn32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.acorn32,v 1.1 2001/10/05 22:27:47 reinoud Exp $ +# $NetBSD: Makefile.acorn32,v 1.2 2001/10/23 17:32:35 thorpej Exp $ # Makefile for NetBSD # @@ -12,6 +12,8 @@ # /sys/arch/acorn32/conf/Makefile.acorn32 # after which config should be rerun for all machines of that type. +.include + # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/arm/conf/Makefile.arm b/sys/arch/arm/conf/Makefile.arm index 05a51f00f5d1..028ffa97a038 100644 --- a/sys/arch/arm/conf/Makefile.arm +++ b/sys/arch/arm/conf/Makefile.arm @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm,v 1.7 2001/10/17 23:21:44 matt Exp $ +# $NetBSD: Makefile.arm,v 1.8 2001/10/23 17:32:35 thorpej Exp $ # Makefile for NetBSD # @@ -12,6 +12,8 @@ # /sys/arch/arm/conf/Makefile.arm # after which config should be rerun for all machines of that type. +.include + # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/arm26/conf/Makefile.arm26 b/sys/arch/arm26/conf/Makefile.arm26 index 651834f270fd..355f8c5186fc 100644 --- a/sys/arch/arm26/conf/Makefile.arm26 +++ b/sys/arch/arm26/conf/Makefile.arm26 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm26,v 1.8 2001/07/28 13:48:32 bjh21 Exp $ +# $NetBSD: Makefile.arm26,v 1.9 2001/10/23 17:32:36 thorpej Exp $ # Makefile for NetBSD/arm26 # @@ -12,6 +12,8 @@ # /sys/arch/arm26/conf/Makefile.arm26 # after which config should be rerun for all machines of that type. +.include + # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/arm32/conf/Makefile.arm32 b/sys/arch/arm32/conf/Makefile.arm32 index cbf4e6d8d0a0..7643a93528f0 100644 --- a/sys/arch/arm32/conf/Makefile.arm32 +++ b/sys/arch/arm32/conf/Makefile.arm32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm32,v 1.57 2001/07/28 15:50:40 chris Exp $ +# $NetBSD: Makefile.arm32,v 1.58 2001/10/23 17:32:36 thorpej Exp $ # Makefile for NetBSD # @@ -12,6 +12,8 @@ # /sys/arch/arm32/conf/Makefile.arm32 # after which config should be rerun for all machines of that type. +.include + # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling. diff --git a/sys/arch/hpcarm/conf/Makefile.hpcarm b/sys/arch/hpcarm/conf/Makefile.hpcarm index ceb22983f267..8b0d58fe68c0 100644 --- a/sys/arch/hpcarm/conf/Makefile.hpcarm +++ b/sys/arch/hpcarm/conf/Makefile.hpcarm @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hpcarm,v 1.4 2001/08/02 14:45:40 toshii Exp $ +# $NetBSD: Makefile.hpcarm,v 1.5 2001/10/23 17:32:36 thorpej Exp $ # Makefile for NetBSD # @@ -12,6 +12,8 @@ # /sys/arch/hpcarm/conf/Makefile.hpcarm # after which config should be rerun for all machines of that type. +.include + # DEBUG is set to -g if debugging. # PROF is set to -pg if profiling.