summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2010-02-07 18:49:43 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2010-02-07 18:49:43 +0000
commit93b7efb0a56c62840bfe5dd6e4e8d0efac14fb89 (patch)
treee2ca41b2d410f465b1588bcae20afe5917d5a5be
parentda20e425213d453b094e37852de4cf7d70f2a151 (diff)
Fix machine tag.
-rw-r--r--sys/arch/beagle/include/param.h6
1 files 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 <arm/param.h>
-#define _MACHINE mphone
-#define MACHINE "mphone"
+#define _MACHINE beagle
+#define MACHINE "beagle"
#endif /* _MPHONE_PARAM_H_ */