diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-25 14:33:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-25 14:33:27 +0000 |
commit | b2e8a3e865d2c167cffb8a01763060257cb88026 (patch) | |
tree | 968a97f604257e070b6ac7b316a4ce71696871ab /sys/arch/solbourne | |
parent | ce35a92072681789ca5acb0fa65b4a948f713422 (diff) |
got the arch wrong
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r-- | sys/arch/solbourne/conf/Makefile.solbourne | 4 |
1 files changed, 2 insertions, 2 deletions
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} |