summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/Makefile.i386
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-18 18:56:28 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-18 18:56:28 +0000
commit4104c84a022b28c96373b5f6844b39e0d092672b (patch)
tree5ed62775c6100fd3c11824a6358acab8d26c9ff4 /sys/arch/i386/conf/Makefile.i386
parent2486fc6168bd5163df06fb048ad4fd9e70f751dc (diff)
Merge of NetBSD 960317
Diffstat (limited to 'sys/arch/i386/conf/Makefile.i386')
-rw-r--r--sys/arch/i386/conf/Makefile.i38616
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index 28565c703cb..9e65ac1a7fd 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile.i386,v 1.64 1996/02/09 02:21:25 mycroft Exp $
+# $OpenBSD: Makefile.i386,v 1.6 1996/04/18 18:55:36 niklas Exp $
+# $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $
# Makefile for NetBSD
#
@@ -21,13 +22,12 @@
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.
-AS= as
-AWK= awk
-CC= cc
-CPP= cpp
-LD= ld
-STRIP= strip -d
-TOUCH= touch -f -c
+AS?= as
+CC?= cc
+CPP?= cpp
+LD?= ld
+STRIP?= strip -d
+TOUCH?= touch -f -c
# source tree is located via $S relative to the compilation directory
S= ../../../..