diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 9edd352e28a..fc7fff893bb 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.40 2012/10/09 11:43:22 jsing Exp $ +# $OpenBSD: Makefile,v 1.41 2012/10/12 14:00:02 jsing Exp $ .include "${.CURDIR}/../Makefile.inc" -MAN= boot.8 -MLINKS= boot.8 boot.conf.5 +MAN?= boot.8 +MLINKS?=boot.8 boot.conf.5 .if ${MACHINE} == "i386" S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. -PROG= boot +PROG?= boot LD?= ld SIZE?= size LDFLAGS+=-nostdlib -Bstatic -nopie |