summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/landisk/stand/xxboot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/landisk/stand/xxboot/Makefile b/sys/arch/landisk/stand/xxboot/Makefile
index ad18267d582..c0b34aba72f 100644
--- a/sys/arch/landisk/stand/xxboot/Makefile
+++ b/sys/arch/landisk/stand/xxboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2006/11/08 18:05:30 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2006/11/08 20:03:32 drahn Exp $
MAN= xxboot.8
@@ -19,6 +19,8 @@ CPPFLAGS+=-nostdinc -I${.OBJDIR} -I${.CURDIR}/.. -I${.CURDIR}/../../../..
CPPFLAGS+=-DLOADADDRESS=0x8ff00000 -DXXBOOT_SECTORS=${XXBOOT_SECTORS}
CFLAGS+=-m4-nofpu
+OBJCOPY?=objcopy
+
S= ${.CURDIR}/../../../..
SAREL=
.include "${S}/lib/libsa/Makefile.inc"