summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchuck <chuck@cvs.openbsd.org>1996-05-28 15:15:40 +0000
committerchuck <chuck@cvs.openbsd.org>1996-05-28 15:15:40 +0000
commite16f9b7705cf97464f741680a25c3b96e9121888 (patch)
treef491e31fc650e0e1c055faba5b84744182644715
parent31beaec168439f823a5cc938dd3131863b291ecd (diff)
new version of bootst (from sun3 tapeboot)
-rw-r--r--sys/arch/mvme68k/stand/bootst/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/Makefile b/sys/arch/mvme68k/stand/bootst/Makefile
index c440772ddc9..46103e215f9 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.6 1996/05/16 02:49:07 chuck Exp $
+# $OpenBSD: Makefile,v 1.7 1996/05/28 15:15:39 chuck Exp $
RELOC=0x3F0000
@@ -15,7 +15,8 @@ CLEANFILES+=stboot bootst bootst.bug
.include "${S}/arch/${MACHINE}/stand/bugcrt/Makefile.inc"
.include "${S}/arch/${MACHINE}/stand/wrtvid/Makefile.inc"
-SRCS= bootst.c
+SRCS= boot.c conf.c dev_tape.c rawfs.c version.c
+
LIBS= ${LIBSA} ${LIBBUG}