From d1a7cfe047b3b9fbbee9e5588508769a8ef06c87 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 14 Apr 1997 11:06:46 +0000 Subject: [PATCH] let stand & boot co-exist --- sys/arch/i386/stand/biosboot/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index c230249af25..b4bbf334f48 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/03/31 23:06:19 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 1997/04/14 11:06:46 deraadt Exp $ PROG= biosboot SRCS= biosboot.S @@ -7,9 +7,6 @@ CPPFLAGS+=-DSTART=$(START) -DBOOTMAGIC=$(BOOTMAGIC) -DBOOTREL=$(BOOTREL) LDFLAGS=-Wl,-T0,-N,-x -nostdlib STRIP= MAN= biosboot.8 -LINKS= ${BINDIR}/biosboot ${BINDIR}/fdboot \ - ${BINDIR}/biosboot ${BINDIR}/wdboot \ - ${BINDIR}/biosboot ${BINDIR}/sdboot \ all: machine-links -- 2.20.1