diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-25 21:10:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-25 21:10:27 +0000 |
commit | d540911a9d2fc11ce87324bbeb09d3ed09efc100 (patch) | |
tree | 044c99254d96ead2fba200f94f577c6700507431 /sys/arch/sparc/conf/Makefile.sparc | |
parent | 7fdd0b4f5f1150954e76eae066b86bdec5c40fb5 (diff) |
No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already
set from <sys.mk>
Diffstat (limited to 'sys/arch/sparc/conf/Makefile.sparc')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index 60f2fa9160d..f6565387256 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.27 2002/12/02 09:00:25 miod Exp $ +# $OpenBSD: Makefile.sparc,v 1.28 2002/12/25 21:10:26 miod Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -24,10 +24,6 @@ .include <bsd.own.mk> -AS?= as -CC?= cc -CPP?= cpp -LD?= ld MKDEP?= mkdep SIZE?= size STRIP?= strip |