summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/conf/Makefile.i3864
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index a71dc052b16..f7fe17f5b1c 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.i386,v 1.73 2010/05/25 15:05:01 deraadt Exp $
+# $OpenBSD: Makefile.i386,v 1.74 2010/05/25 17:27:55 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -19,8 +19,6 @@ STRIP?= strip
S!= cd ../../../..; pwd
.endif
-_mach?= i386
-_arch?= i386
_machdir?= $S/arch/${_mach}
_archdir?= $S/arch/${_arch}