kernels in compile dirs are og-rwx, so need to make them readable in
authorderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:23:47 +0000 (22:23 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:23:47 +0000 (22:23 +0000)
$RELEASEDIR
ok tb rpe

etc/Makefile

index 2c5a6e5..e84927d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.455 2017/05/29 10:24:06 florian Exp $
+#      $OpenBSD: Makefile,v 1.456 2017/06/03 22:23:47 deraadt Exp $
 
 .include <bsd.own.mk>
 
@@ -27,6 +27,7 @@ ALL_KERNELS += $K
 kernels: ${ALL_KERNELS}
 .for CONF K in ${KERNELS}
        cp ../sys/arch/${MACHINE}/compile/${CONF}/obj/bsd ${RELEASEDIR}/$K
+       chmod a+r ${RELEASEDIR}/$K
 .endfor
 
 # -rw-r--r--