summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-23 03:38:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-23 03:38:30 +0000
commitca83eb397b782373252167b4f519b3aa33e39630 (patch)
tree291c4fb189fe2ca8086b98df8f42d506c20017fd /sys
parent27e2d2f6dd725b59b383dbe084c3d67dd39e2d16 (diff)
sdboot -> stboot
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme68k/stand/bootst/Makefile6
1 files changed, 3 insertions, 3 deletions
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: