diff options
Diffstat (limited to 'sys/arch/i386/stand/cdboot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/cdboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index f0f036f46f1..a25af88214f 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2014/07/13 09:26:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.23 2014/07/15 22:14:37 deraadt Exp $ MAN= cdboot.8 @@ -12,6 +12,7 @@ LD?= ld SIZE?= size LDFLAGS+=-nostdlib -Bstatic -Ttext $(LINKADDR) -N -x -nopie INSTALL_STRIP= +BINMODE=644 CLEANFILES+= crt0.o ${PROG}.whole |