diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 3ed4ef06cbb..44f8dd5443f 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,20 +1,20 @@ -# $OpenBSD: Makefile,v 1.45 2012/10/31 13:57:20 jsing Exp $ +# $OpenBSD: Makefile,v 1.46 2012/10/31 15:22:42 jsing Exp $ .include "${.CURDIR}/../Makefile.inc" MAN?= boot.8 MLINKS?=boot.8 boot.conf.5 -.if ${MACHINE} == "i386" -S =${.CURDIR}/../../../.. -SADIR= ${.CURDIR}/.. - .if !empty(CFLAGS:M-DFDBOOT) SOFTRAID?=no .else SOFTRAID?=yes .endif +.if ${MACHINE} == "i386" +S =${.CURDIR}/../../../.. +SADIR= ${.CURDIR}/.. + PROG?= boot LD?= ld SIZE?= size |