diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-12 19:37:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-12 19:37:02 +0000 |
commit | 4f3e850c3eded7ab7783ce19745adb3c4e237b48 (patch) | |
tree | 5fbaeeb2703a010d903dd4a0d22fd3ea1633fd0c /sys | |
parent | 234ff7d359b5d643291a5bdf05ed17c0ae0e4b40 (diff) |
$OBJCOPY is not defined by sys.mk yet
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/landisk/stand/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/landisk/stand/boot/Makefile b/sys/arch/landisk/stand/boot/Makefile index ff3be151e30..29479c96489 100644 --- a/sys/arch/landisk/stand/boot/Makefile +++ b/sys/arch/landisk/stand/boot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2006/10/11 17:19:06 drahn Exp $ +# $OpenBSD: Makefile,v 1.4 2006/11/12 19:37:01 deraadt Exp $ PROG= boot SRCS= srt0.S conf.c devs.c getsecs.c scifcons.c delay.c LDFLAGS=-nostdlib -Ttext 0x8ff00000 -N -x -Bstatic -e start +OBJCOPY?=objcopy INSTALL_STRIP= |