Wrap the default definition of `S' in `.ifndef'.

This commit is contained in:
mycroft 1996-08-31 21:40:47 +00:00
parent 8441b8f88d
commit 30a617c634
15 changed files with 45 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.alpha,v 1.22 1996/08/20 22:23:01 cgd Exp $
# $NetBSD: Makefile.alpha,v 1.23 1996/08/31 21:40:47 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -g -X -x
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
ALPHA= $S/arch/alpha
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.amiga,v 1.48 1996/08/12 00:51:27 mycroft Exp $
# $NetBSD: Makefile.amiga,v 1.49 1996/08/31 21:40:53 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
AMIGA= $S/arch/amiga
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.arm32,v 1.16 1996/08/12 00:57:35 mycroft Exp $
# $NetBSD: Makefile.arm32,v 1.17 1996/08/31 21:40:58 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
ARM32= $S/arch/arm32
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.atari,v 1.21 1996/08/12 00:51:31 mycroft Exp $
# $NetBSD: Makefile.atari,v 1.22 1996/08/31 21:41:03 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
ATARI= $S/arch/atari
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.hp300,v 1.42 1996/08/12 00:51:35 mycroft Exp $
# $NetBSD: Makefile.hp300,v 1.43 1996/08/31 21:41:07 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
HP300= $S/arch/hp300
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.i386,v 1.72 1996/08/25 23:39:29 jtk Exp $
# $NetBSD: Makefile.i386,v 1.73 1996/08/31 21:41:16 mycroft Exp $
# Makefile for NetBSD
#
@ -29,7 +29,9 @@ APMSTRIP?= strip
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
I386= $S/arch/i386
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mac68k,v 1.41 1996/08/12 00:51:44 mycroft Exp $
# $NetBSD: Makefile.mac68k,v 1.42 1996/08/31 21:41:22 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
MAC68K= $S/arch/mac68k
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mvme68k,v 1.14 1996/08/12 00:51:48 mycroft Exp $
# $NetBSD: Makefile.mvme68k,v 1.15 1996/08/31 21:41:25 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
MVME68K=$S/arch/mvme68k
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pc532,v 1.29 1996/08/12 00:51:52 mycroft Exp $
# $NetBSD: Makefile.pc532,v 1.30 1996/08/31 21:41:30 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
PC532= $S/arch/pc532
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pica,v 1.7 1996/08/12 00:51:56 mycroft Exp $
# $NetBSD: Makefile.pica,v 1.8 1996/08/31 21:41:35 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
PICA= $S/arch/pica
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pmax,v 1.32 1996/08/12 00:52:01 mycroft Exp $
# $NetBSD: Makefile.pmax,v 1.33 1996/08/31 21:41:41 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
PMAX= $S/arch/pmax
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sparc,v 1.35 1996/08/12 00:52:05 mycroft Exp $
# $NetBSD: Makefile.sparc,v 1.36 1996/08/31 21:41:46 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
SPARC= $S/arch/sparc
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sun3,v 1.49 1996/08/12 00:52:11 mycroft Exp $
# $NetBSD: Makefile.sun3,v 1.50 1996/08/31 21:41:51 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
SUN3= $S/arch/sun3
# Override CPP defaults entirely, so cross-compilation works.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.vax,v 1.25 1996/08/12 00:52:16 mycroft Exp $
# $NetBSD: Makefile.vax,v 1.26 1996/08/31 21:41:56 mycroft Exp $
# Makefile for NetBSD
#
@ -17,7 +17,6 @@
#
# -DTRACE compile in kernel tracing hooks
# -DQUOTA compile in file system quotas
# -DUUDMA compile in unibus tu58 pseudo-dma code
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.
@ -29,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
VAX= $S/arch/vax
INCLUDES= -I. -I$S/arch -I$S -nostdinc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.x68k,v 1.6 1996/08/12 00:52:20 mycroft Exp $
# $NetBSD: Makefile.x68k,v 1.7 1996/08/31 21:42:01 mycroft Exp $
# Makefile for NetBSD
#
@ -28,7 +28,9 @@ STRIP?= strip -d
TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
.ifndef S
S!= cd ../../../..; pwd
.endif
X68K= $S/arch/x68k
INCLUDES= -I. -I$S/arch -I$S -nostdinc