From b2e8a3e865d2c167cffb8a01763060257cb88026 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 25 May 2010 14:33:27 +0000 Subject: got the arch wrong --- sys/arch/solbourne/conf/Makefile.solbourne | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index 6fe3f786ad1..771fa770bc7 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.solbourne,v 1.25 2010/05/25 02:35:03 deraadt Exp $ +# $OpenBSD: Makefile.solbourne,v 1.26 2010/05/25 14:33:26 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -20,7 +20,7 @@ S!= cd ../../../..; pwd .endif _mach?= solbourne -_arch?= solbourne +_arch?= sparc _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} -- cgit v1.2.3