diff options
| author | 1997-04-14 11:06:46 +0000 | |
|---|---|---|
| committer | 1997-04-14 11:06:46 +0000 | |
| commit | d1a7cfe047b3b9fbbee9e5588508769a8ef06c87 (patch) | |
| tree | c4717cec9233055d310327298c4452259a09994e | |
| parent | creates mr-20.fs (diff) | |
| download | wireguard-openbsd-d1a7cfe047b3b9fbbee9e5588508769a8ef06c87.tar.xz wireguard-openbsd-d1a7cfe047b3b9fbbee9e5588508769a8ef06c87.zip | |
let stand & boot co-exist
| -rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 5 |
1 files changed, 1 insertions, 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 |
