diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-25 19:20:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-25 19:20:58 +0000 |
commit | e36ac8f344dc31e3480af70bdd20643561c9fa44 (patch) | |
tree | c80fb47bac0088617073873dd8237f48494db4c7 /sys/arch/i386/stand/libsa/libsa.h | |
parent | afbd2fd9b7d385cda50f7b241a5ce94cbb2c3255 (diff) |
put support for test /boot environment back; some CLEANFILES and spaces
Diffstat (limited to 'sys/arch/i386/stand/libsa/libsa.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/libsa.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index d9148e98684..1d1a633acde 100644 --- a/sys/arch/i386/stand/libsa/libsa.h +++ b/sys/arch/i386/stand/libsa/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.24 1998/02/24 22:06:54 weingart Exp $ */ +/* $OpenBSD: libsa.h,v 1.25 1998/05/25 19:20:56 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -59,4 +59,6 @@ extern u_int32_t bios_cksumlen; /* memprobe.c */ extern bios_memmap_t *memory_map; +#ifndef _TEST #define MACHINE_CMD cmd_machine /* we have i386 specific sommands */ +#endif |