summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-26 22:21:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-26 22:21:16 +0000
commitc46241dc26b3f06363b71f26f4518c92fcb51e57 (patch)
tree4a034012b75df127eed0f9a2f465fede56dea410 /sys/arch/mvme68k/conf
parentcf73c4ff4bd72c5b565aa20b4d28e922b49c282a (diff)
even cleaner mach/arch/machdir/archdir
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index 0e0fe807cac..c27286928a1 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.39 2010/04/26 22:11:37 deraadt Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.40 2010/04/26 22:21:15 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -31,9 +31,9 @@ S!= cd ../../../..; pwd
.endif
_mach?= mvme68k
-_machdir?= $S/arch/mvme68k
_arch?= m68k
-_archdir?= $S/arch/m68k
+_machdir?= $S/arch/${_mach}
+_archdir?= $S/arch/${_arch}
INCLUDES= -I. -I$S -I$S/arch -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \