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