From 93b7efb0a56c62840bfe5dd6e4e8d0efac14fb89 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 7 Feb 2010 18:49:43 +0000 Subject: Fix machine tag. --- sys/arch/beagle/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/beagle/include/param.h b/sys/arch/beagle/include/param.h index 9307798c2fd..66ef8cf4d6f 100644 --- a/sys/arch/beagle/include/param.h +++ b/sys/arch/beagle/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */ +/* $OpenBSD: param.h,v 1.2 2010/02/07 18:49:42 drahn Exp $ */ /* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */ /* @@ -45,7 +45,7 @@ #include -#define _MACHINE mphone -#define MACHINE "mphone" +#define _MACHINE beagle +#define MACHINE "beagle" #endif /* _MPHONE_PARAM_H_ */ -- cgit v1.2.3