diff options
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile | 6 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/Makefile.inc | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/bootsd/conf.c | 2 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/TODO | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/stand/Makefile b/sys/arch/mvme88k/stand/Makefile index 63fc38c07f6..b74ae3b53b6 100644 --- a/sys/arch/mvme88k/stand/Makefile +++ b/sys/arch/mvme88k/stand/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 1997/03/03 20:21:57 rahnds Exp $ - -SUBDIR= netboot sboot bootsd bootst libsa bugcrt libbug wrtvid +# $OpenBSD: Makefile,v 1.4 1998/08/22 08:57:27 smurph Exp $ +SUBDIR= bugcrt libbug libsa libz wrtvid bootsd bootxx bootst netboot installboot +#sboot XXX future .include <bsd.subdir.mk> diff --git a/sys/arch/mvme88k/stand/Makefile.inc b/sys/arch/mvme88k/stand/Makefile.inc index cd56d8c2c72..cba87098009 100644 --- a/sys/arch/mvme88k/stand/Makefile.inc +++ b/sys/arch/mvme88k/stand/Makefile.inc @@ -1,3 +1,3 @@ -# $Id: Makefile.inc,v 1.1 1997/03/03 19:30:28 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1998/08/22 08:57:28 smurph Exp $ MDEC_DIR?=/usr/mdec diff --git a/sys/arch/mvme88k/stand/bootsd/conf.c b/sys/arch/mvme88k/stand/bootsd/conf.c index 29ec7cbf091..1ed7dfb91ee 100644 --- a/sys/arch/mvme88k/stand/bootsd/conf.c +++ b/sys/arch/mvme88k/stand/bootsd/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.1.1.1 1995/06/01 20:38:08 gwr Exp $ */ +/* $OpenBSD: conf.c,v 1.2 1998/08/22 08:57:29 smurph Exp $ */ #include <sys/types.h> #include <machine/prom.h> diff --git a/sys/arch/mvme88k/stand/sboot/TODO b/sys/arch/mvme88k/stand/sboot/TODO new file mode 100644 index 00000000000..ec0a659fda2 --- /dev/null +++ b/sys/arch/mvme88k/stand/sboot/TODO @@ -0,0 +1,3 @@ +This needs some work. It is still the mvme68k code. +Anybody want to jump in? S-records are cool because +one could boot from a terminal session. SLOW though. |