diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-30 07:00:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-30 07:00:30 +0000 |
commit | 2100ccd8704a7a3bc5147b078a35823a056658c1 (patch) | |
tree | ff4662cd5ec595ae07e2f64b6a2d1e859c2cf516 /sys/arch/i386/stand/biosboot/Makefile | |
parent | 23ed975a6d5eb145159abb55333c86cab3c5ae3a (diff) |
temporary fixes to the bootblocks
Diffstat (limited to 'sys/arch/i386/stand/biosboot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index b8dc52a85eb..48881421d33 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/10/22 23:25:37 mickey Exp $ +# $OpenBSD: Makefile,v 1.12 1998/03/30 07:00:28 deraadt Exp $ PROG= biosboot SRCS= biosboot.S @@ -23,5 +23,5 @@ ${PROG}: $(OBJS) $(DPADD) .include <bsd.prog.mk> CPPFLAGS+=-DLOADADDR=$(LOADADDR) -DBOOTMAGIC=$(BOOTMAGIC) -DBOOTREL=$(BOOTREL) -CPPFLAGS+=${DEBUGFLAGS} -DBEMBR +CPPFLAGS+=${DEBUGFLAGS} -DBEMBR -DDEBUG #AFLAGS+=-Wa,-a |