summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne/conf/Makefile.solbourne
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/solbourne/conf/Makefile.solbourne')
-rw-r--r--sys/arch/solbourne/conf/Makefile.solbourne6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne
index b14a9b52998..42c037a8908 100644
--- a/sys/arch/solbourne/conf/Makefile.solbourne
+++ b/sys/arch/solbourne/conf/Makefile.solbourne
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.solbourne,v 1.15 2010/04/26 22:11:38 deraadt Exp $
+# $OpenBSD: Makefile.solbourne,v 1.16 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?= solbourne
-_machdir?= $S/arch/solbourne
_arch?= solbourne
-_archdir?= $S/arch/solbourne
+_machdir?= $S/arch/${_mach}
+_archdir?= $S/arch/${_arch}
INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dsparc -Dsolbourne