From f8790f06cd3390097671620f04a46b9ecc24dfee Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 25 May 2010 17:27:57 +0000 Subject: 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 --- sys/arch/solbourne/conf/Makefile.solbourne | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/solbourne/conf') diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index 8bf3bebe9c4..54f4f0fda28 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.solbourne,v 1.27 2010/05/25 15:05:01 deraadt Exp $ +# $OpenBSD: Makefile.solbourne,v 1.28 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?= solbourne -_arch?= sparc _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} -- cgit v1.2.3