diff options
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 48881421d33..0dd1fd90b4a 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1998/03/30 07:00:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 1998/04/03 19:09:16 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 -DDEBUG +CPPFLAGS+=${DEBUGFLAGS} -DBEMBR #AFLAGS+=-Wa,-a |