summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-25 17:27:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-25 17:27:57 +0000
commitf8790f06cd3390097671620f04a46b9ecc24dfee (patch)
treed821747796e04d33645dd7c00b21d77c24fb0e4e /sys/arch/mvme68k
parent0c8243d17b9086a54b09293e09103b32471abf91 (diff)
The _arch and _mach variables now come from config(8), decreasing even further
the differences between these files. You will need a newer config(8) binary to be able to build kernels. ok kettenis miod
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index fafa4f202c8..67b1d802a70 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.55 2010/05/25 15:05:01 deraadt Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.56 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?= mvme68k
-_arch?= m68k
_machdir?= $S/arch/${_mach}
_archdir?= $S/arch/${_arch}