summaryrefslogtreecommitdiff
path: root/sys/arch/vax/conf/Makefile.vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/conf/Makefile.vax')
-rw-r--r--sys/arch/vax/conf/Makefile.vax14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax
index 452c8a84407..9b42cedd068 100644
--- a/sys/arch/vax/conf/Makefile.vax
+++ b/sys/arch/vax/conf/Makefile.vax
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.vax,v 1.20 2002/12/02 09:00:26 miod Exp $
+# $OpenBSD: Makefile.vax,v 1.21 2002/12/25 21:10:26 miod Exp $
# $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $
# Makefile for OpenBSD/vax
@@ -39,33 +39,21 @@ CROSSDIR?= /usr/cross/vax
CBIN=${CROSSDIR}/usr/bin
MACHINE=vax
MACHINE_ARCH=vax
-AR=${CBIN}/ar
AS=${CBIN}/as
CC=${CBIN}/cc
CPP=${CBIN}/cpp
HOSTCC=cc
LD=${CBIN}/ld
-NM=${CBIN}/nm
-RANLIB=${CBIN}/ranlib
STRIP=${CBIN}/strip
SIZE=${CBIN}/size
.else
-AR?= ar
-AS?= as
-CC?= cc
-CPP?= cpp
-LORDER?=lorder
-LD?= ld
-NM?= nm
-RANLIB?=ranlib
STRIP?= strip
SIZE?= size
.endif
-TSORT?= tsort -q
COPTS?= -O2
# source tree is located via $S relative to the compilation directory