diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-08 20:03:33 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-08 20:03:33 +0000 |
commit | 253b093a1f7f5a2d2e8f5a6121627a669731d5c3 (patch) | |
tree | 44c3e3d6e83be2cbaebfea86414fdc4d45437600 /sys/arch | |
parent | 119394eeb0eacb1e21c278d9c2ec7b2b829feded (diff) |
OBJCOPY should default to objcopy.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/landisk/stand/xxboot/Makefile | 4 |
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" |