summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/bootst
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1996-05-07 03:27:37 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1996-05-07 03:27:37 +0000
commite9bae4e21c2321743779a50b6d80daa3b71d9134 (patch)
tree61ab12890712ad5c02763fdb74f67664c283e5e5 /sys/arch/mvme68k/stand/bootst
parentf8e1cc3dd6d42d9ca8b76bb7b641ad8ad5ca4daf (diff)
This is the tape boot loader, not the disk. Remove the correct files.
The stboot file should be removed from the source space. (how is this done?)
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst')
-rw-r--r--sys/arch/mvme68k/stand/bootst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/Makefile b/sys/arch/mvme68k/stand/bootst/Makefile
index 07f4b4eaab1..d1204e6ae0a 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
-# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:23 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1996/05/07 03:27:36 rahnds Exp $
RELOC=0x3F0000
@@ -7,7 +7,7 @@ S= ${.CURDIR}/../../../..
DEFS= -DSTANDALONE -DCOMPAT_NOLABEL # -DROMPRF
INCPATH=-I${.CURDIR} -I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa
CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS}
-CLEANFILES+=sdboot bootst bootst.bug
+CLEANFILES+=stboot bootst bootst.bug
#.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
#.PATH: ${S}/lib/libsa