From ca83eb397b782373252167b4f519b3aa33e39630 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 23 Oct 1995 03:38:30 +0000 Subject: sdboot -> stboot --- sys/arch/mvme68k/stand/bootst/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/mvme68k/stand/bootst/Makefile b/sys/arch/mvme68k/stand/bootst/Makefile index fc02780582b..22a542722ae 100644 --- a/sys/arch/mvme68k/stand/bootst/Makefile +++ b/sys/arch/mvme68k/stand/bootst/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $Id: Makefile,v 1.1 1995/10/18 10:44:45 deraadt Exp $ +# $Id: Makefile,v 1.2 1995/10/23 03:38:29 deraadt Exp $ RELOC=0x3F0000 @@ -23,7 +23,7 @@ LIBS= ${LIBSA} ${LIBBUG} OBJS= ${SRCS:N*.h:R:S/$/.o/g} -BOOTS= bootst sdboot +BOOTS= bootst stboot ALL= ${BOOTS} all: ${ALL} @@ -32,7 +32,7 @@ bootst.bug: ${OBJS} ${BUGCRT} ${LIBS} ${LD} -s -N -T ${RELOC} ${BUGCRT} ${OBJS} ${LIBS} -o $@ @size bootst.bug -bootst sdboot: bootst.bug ${WRTVID} +bootst stboot: bootst.bug ${WRTVID} ${WRTVID} bootst.bug install: -- cgit v1.2.3