From c46241dc26b3f06363b71f26f4518c92fcb51e57 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 26 Apr 2010 22:21:16 +0000 Subject: even cleaner mach/arch/machdir/archdir --- sys/arch/sgi/conf/Makefile.sgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/sgi/conf') diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 82e2595a2e1..d317cf190f1 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.29 2010/04/26 22:11:38 deraadt Exp $ +# $OpenBSD: Makefile.sgi,v 1.30 2010/04/26 22:21:15 deraadt Exp $ # Makefile for OpenBSD # @@ -43,9 +43,9 @@ S!= cd ../../../..; pwd .endif _mach?= sgi -_machdir?= $S/arch/sgi _arch?= mips64 -_archdir?= $S/arch/mips64 +_machdir?= $S/arch/${_mach} +_archdir?= $S/arch/${_arch} INCLUDES= -I. -I$S -I$S/arch -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__${_mach}__ -- cgit v1.2.3