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/mvmeppc | |
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/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/conf/Makefile.mvmeppc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 0e217bf98b1..c7fab18050c 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.10 2002/12/02 09:00:25 miod Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.11 2002/12/25 21:10:26 miod Exp $ # # Makefile for OpenBSD PowerPC # @@ -25,10 +25,6 @@ .include <bsd.own.mk> -AS?= as -CC?= cc -CPP?= cpp -LD?= ld MKDEP?= mkdep STRIP?= strip SIZE?= size |