diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-27 13:33:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-27 13:33:37 +0000 |
commit | 915f8e87ccf96f421de32a5f28bcb42a80db91d5 (patch) | |
tree | 17785f9e1f377c8b271a6dd08824d2f087dc24ab /sys/arch/i386 | |
parent | 2882881305004fa5aafe3f5afe0f68ffd09a2997 (diff) |
conditional LD definition
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 52f89b2a3be..00a1734c66a 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 1998/05/25 19:20:47 mickey Exp $ +# $OpenBSD: Makefile,v 1.20 1998/05/27 13:33:36 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" PROG= boot -LD=ld +LD?= ld SIZE?= size LDFLAGS+=-nostdlib -Bstatic CLEANFILES+= i386 machine |