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/beagle/conf/Makefile.beagle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/beagle') diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle index a5649e71fa0..80dee6cfc1d 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.beagle,v 1.26 2010/05/25 15:05:00 deraadt Exp $ +# $OpenBSD: Makefile.beagle,v 1.27 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?= beagle -_arch?= arm _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} -- cgit v1.2.3