Pull in <bsd.own.mk> to get the correct toolchain definitions for

the USE_NEW_TOOLCHAIN case.
This commit is contained in:
thorpej 2001-10-23 17:32:35 +00:00
parent 8f508df026
commit a2bf3bc31b
5 changed files with 15 additions and 5 deletions

View File

@ -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 <bsd.own.mk>
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.

View File

@ -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 <bsd.own.mk>
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.

View File

@ -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 <bsd.own.mk>
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.

View File

@ -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 <bsd.own.mk>
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.

View File

@ -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 <bsd.own.mk>
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.