Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
common Makefile.kern.inc has been included.
This commit is contained in:
parent
b8ef2fe993
commit
e33c2bb5d5
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.acorn26,v 1.3 2002/10/05 17:16:33 chs Exp $
|
||||
# $NetBSD: Makefile.acorn26,v 1.4 2004/06/04 04:45:49 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -90,3 +90,8 @@ LINKFORMAT= -N
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.acorn32,v 1.15 2002/10/05 17:16:34 chs Exp $
|
||||
# $NetBSD: Makefile.acorn32,v 1.16 2004/06/04 04:45:49 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -102,3 +102,8 @@ cpuswitch.o fault.o machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.alpha,v 1.73 2002/09/24 13:30:41 ad Exp $
|
||||
# $NetBSD: Makefile.alpha,v 1.74 2004/06/04 04:45:49 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -95,3 +95,8 @@ MKDEP_AFLAGS= -x assembler-with-cpp ${AFLAGS}
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.amd64,v 1.4 2003/05/27 16:46:03 christos Exp $
|
||||
# $NetBSD: Makefile.amd64,v 1.5 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -107,3 +107,8 @@ clock.o: config_time.h
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.amiga,v 1.101 2002/11/26 18:51:12 thorpej Exp $
|
||||
# $NetBSD: Makefile.amiga,v 1.102 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -101,3 +101,8 @@ a2kbbc.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.amigappc,v 1.10 2003/09/27 21:32:12 is Exp $
|
||||
# $NetBSD: Makefile.amigappc,v 1.11 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -119,3 +119,8 @@ aucc.o cc.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.arm,v 1.20 2003/10/30 12:30:39 skrll Exp $
|
||||
# $NetBSD: Makefile.arm,v 1.21 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -99,3 +99,8 @@ COPTS.uipc_socket.c+= -fno-strict-aliasing
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.atari,v 1.68 2002/11/26 18:51:13 thorpej Exp $
|
||||
# $NetBSD: Makefile.atari,v 1.69 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -92,3 +92,8 @@ locore.o pmap.o sys_machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.cesfic,v 1.11 2003/09/28 21:22:45 cl Exp $
|
||||
# $NetBSD: Makefile.cesfic,v 1.12 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -87,3 +87,8 @@ TEXTADDR?= 2000
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.hp300,v 1.84 2002/11/26 18:51:14 thorpej Exp $
|
||||
# $NetBSD: Makefile.hp300,v 1.85 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -89,3 +89,8 @@ dma.o hpux_machdep.o locore.o machdep.o pmap.o pmap_boostrap.o sys_machdep.o tra
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.hp700,v 1.6 2003/11/06 18:19:32 kleink Exp $
|
||||
# $NetBSD: Makefile.hp700,v 1.7 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -135,3 +135,8 @@ MKDEP_AFLAGS= ${APPFLAGS}
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.hpcarm,v 1.14 2002/10/05 17:12:09 chs Exp $
|
||||
# $NetBSD: Makefile.hpcarm,v 1.15 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -90,3 +90,8 @@ cpuswitch.o fault.o machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.i386,v 1.134 2004/04/15 15:02:17 he Exp $
|
||||
# $NetBSD: Makefile.i386,v 1.135 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -122,3 +122,8 @@ EXTRA_CLEAN+= athhal-elf-o
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.luna68k,v 1.15 2002/11/26 18:51:14 thorpej Exp $
|
||||
# $NetBSD: Makefile.luna68k,v 1.16 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -87,3 +87,8 @@ machdep.c trap.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.mac68k,v 1.85 2002/11/26 18:51:15 thorpej Exp $
|
||||
# $NetBSD: Makefile.mac68k,v 1.86 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -89,3 +89,8 @@ locore.o pmap.o trap.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.mips,v 1.34 2003/10/05 16:53:15 tsutsui Exp $
|
||||
# $NetBSD: Makefile.mips,v 1.35 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -113,3 +113,8 @@ mips32_subr.o mips3_subr.o mips5900_subr.o mips64_subr.o mipsX_subr.o: assym.h
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.mvme68k,v 1.57 2002/11/26 18:51:15 thorpej Exp $
|
||||
# $NetBSD: Makefile.mvme68k,v 1.58 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -105,3 +105,8 @@ locore.o pmap.o sys_machdep.o trap.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.news68k,v 1.15 2002/11/26 18:51:16 thorpej Exp $
|
||||
# $NetBSD: Makefile.news68k,v 1.16 2004/06/04 04:45:50 thorpej Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -89,3 +89,8 @@ machdep.o mainbus.o trap.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.next68k,v 1.25 2002/11/26 18:51:16 thorpej Exp $
|
||||
# $NetBSD: Makefile.next68k,v 1.26 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -89,3 +89,8 @@ locore.o pmap.o trap.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.pc532,v 1.74 2003/11/04 02:18:49 simonb Exp $
|
||||
# $NetBSD: Makefile.pc532,v 1.75 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -94,3 +94,8 @@ TEXTADDR?= E0002000
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.pdp10,v 1.2 2003/11/17 09:41:19 lukem Exp $
|
||||
# $NetBSD: Makefile.pdp10,v 1.3 2004/06/04 04:45:50 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -84,3 +84,8 @@ LINKFLAGS_NORMAL= -S -y -E
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.powerpc,v 1.29 2004/01/06 18:44:57 briggs Exp $
|
||||
# $NetBSD: Makefile.powerpc,v 1.30 2004/06/04 04:45:50 thorpej Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -120,3 +120,8 @@ setfault.o: assym.h
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.sh3,v 1.18 2002/03/17 17:55:24 uch Exp $
|
||||
# $NetBSD: Makefile.sh3,v 1.19 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -93,3 +93,8 @@ locore.o machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.sh5,v 1.13 2004/05/14 08:58:32 he Exp $
|
||||
# $NetBSD: Makefile.sh5,v 1.14 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD/sh5
|
||||
#
|
||||
@ -127,3 +127,8 @@ locore.o machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.sparc,v 1.82 2002/11/26 18:51:16 thorpej Exp $
|
||||
# $NetBSD: Makefile.sparc,v 1.83 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -93,3 +93,8 @@ LINKFORMAT= -N -p
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.sparc64,v 1.54 2004/03/22 00:43:37 martin Exp $
|
||||
# $NetBSD: Makefile.sparc64,v 1.55 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
#=========================================================================
|
||||
#
|
||||
@ -148,3 +148,8 @@ machdep.o mem.o openprom.o pmap.o vm_machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.sun2,v 1.15 2002/11/26 18:51:17 thorpej Exp $
|
||||
# $NetBSD: Makefile.sun2,v 1.16 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -100,3 +100,8 @@ stub.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.sun3,v 1.96 2002/11/26 18:51:17 thorpej Exp $
|
||||
# $NetBSD: Makefile.sun3,v 1.97 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -101,3 +101,8 @@ stub.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.vax,v 1.72 2003/12/10 04:59:35 simonb Exp $
|
||||
# $NetBSD: Makefile.vax,v 1.73 2004/06/04 04:45:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -101,3 +101,8 @@ unimpl_emul.o: assym.h
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.x68k,v 1.57 2002/11/26 18:51:18 thorpej Exp $
|
||||
# $NetBSD: Makefile.x68k,v 1.58 2004/06/04 04:45:51 thorpej Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -103,3 +103,8 @@ intio.o vm_machdep.o: Makefile
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.xen,v 1.3 2004/05/14 14:07:46 cl Exp $
|
||||
# $NetBSD: Makefile.xen,v 1.4 2004/06/04 04:45:51 thorpej Exp $
|
||||
# NetBSD: Makefile.i386,v 1.132 2003/07/05 16:56:10 simonb Exp
|
||||
|
||||
# Makefile for NetBSD
|
||||
@ -115,3 +115,8 @@ clock.o: config_time.h
|
||||
## (9) port independent kernel machinery
|
||||
##
|
||||
.include "$S/conf/Makefile.kern.inc"
|
||||
|
||||
##
|
||||
## (10) Appending make options.
|
||||
##
|
||||
%MAKEOPTIONSAPPEND
|
||||
|
Loading…
Reference in New Issue
Block a user