summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/biosboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/biosboot/Makefile')
-rw-r--r--sys/arch/i386/stand/biosboot/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile
index 6f692e23128..a7c41f98fe2 100644
--- a/sys/arch/i386/stand/biosboot/Makefile
+++ b/sys/arch/i386/stand/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 1998/05/25 19:04:50 mickey Exp $
+# $OpenBSD: Makefile,v 1.17 1998/05/28 20:52:34 mickey Exp $
PROG= biosboot
SRCS= biosboot.S
@@ -7,14 +7,6 @@ LDFLAGS=-nostdlib -Ttext 0 -N -x -Bstatic
INSTALL_STRIP=
MAN= biosboot.8
SADIR= ${.CURDIR}/..
-CLEANFILES= i386 machine
-
-all: machine-links
-
-machine-links:
- @rm -f i386 machine
- @ln -fs ${.CURDIR}/../.. i386
- @ln -fs ${.CURDIR}/../../include machine
${PROG}: $(OBJS) $(DPADD)
@rm -f $(PROG)
@@ -23,6 +15,6 @@ ${PROG}: $(OBJS) $(DPADD)
.include <bsd.prog.mk>
-CPPFLAGS+=-DLOADADDR=$(LOADADDR) -DBOOTMAGIC=$(BOOTMAGIC) -DBOOTREL=$(BOOTREL)
-CPPFLAGS+=${DEBUGFLAGS} -DBEMBR
+CPPFLAGS+=-DLOADADDR=$(LOADADDR) -DBOOTMAGIC=$(BOOTMAGIC)
+CPPFLAGS+=${DEBUGFLAGS}
#AFLAGS+=-Wa,-a