diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:55:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:55:43 +0000 |
commit | 591281a676c0bbf9a9783a325947f7e8f3bbe354 (patch) | |
tree | ead4d1c57b3e606f3b6616ff27c21aa8e40fe761 /sys/arch | |
parent | 1588c7e17d5ee58acf691260c479dc30959c9123 (diff) |
add _MACHINE & _MACHINE_ARCH
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/include/param.h b/sys/arch/mvme68k/include/param.h index 199771f9aa2..5b7219ccc5e 100644 --- a/sys/arch/mvme68k/include/param.h +++ b/sys/arch/mvme68k/include/param.h @@ -1,4 +1,4 @@ -/* $Id: param.h,v 1.3 1995/11/07 08:49:55 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.4 1996/04/28 10:55:42 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -45,7 +45,9 @@ /* * Machine dependent constants for mvme68k, based on HP9000 series 300. */ +#define _MACHINE "mvme68k" #define MACHINE "mvme68k" +#define _MACHINE_ARCH "m68k" #define MACHINE_ARCH "m68k" #define MID_MACHINE MID_M68K |