diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-15 22:14:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-15 22:14:38 +0000 |
commit | 1aee560f297f3283db39a8d74758cd00130d5f79 (patch) | |
tree | 1fb4fe046c148d0e7e14bdd8d4e51dcdde8d6b94 /sys/arch/i386 | |
parent | 0c672d552ae11a26a8e6680ab6a6ec22d956a9d6 (diff) |
mode 644 for installing these files
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/cdboot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdbr/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/Makefile | 3 |
3 files changed, 6 insertions, 3 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 diff --git a/sys/arch/i386/stand/cdbr/Makefile b/sys/arch/i386/stand/cdbr/Makefile index ae783862dfe..3f153f4fa55 100644 --- a/sys/arch/i386/stand/cdbr/Makefile +++ b/sys/arch/i386/stand/cdbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2013/01/18 03:45:23 jsing Exp $ +# $OpenBSD: Makefile,v 1.6 2014/07/15 22:14:37 deraadt Exp $ # S= ${.CURDIR}/../../../.. @@ -18,6 +18,7 @@ NOMAN= #MAN+= cdbr.8 INSTALL_STRIP= +BINMODE=644 ${PROG}: $(OBJS) $(LD) $(LDFLAGS) -o $(PROG) $(OBJS) diff --git a/sys/arch/i386/stand/pxeboot/Makefile b/sys/arch/i386/stand/pxeboot/Makefile index f908780b3b8..510e2675cfa 100644 --- a/sys/arch/i386/stand/pxeboot/Makefile +++ b/sys/arch/i386/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2014/07/13 09:26:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.19 2014/07/15 22:14:37 deraadt Exp $ MAN= pxeboot.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 |