diff options
-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 |