diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-14 11:06:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-14 11:06:47 +0000 |
commit | 7c633e937b2ff0f0f6f417ec7be3e520e4db7063 (patch) | |
tree | 99d3e642dd6710e5852b4deacf46b98f6073947c /sys | |
parent | 6c4b67c63a6ce2f1c3c55fa3724e01a97bec2427 (diff) |
let stand & boot co-exist
Diffstat (limited to 'sys')
-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 |