artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c77a5
)
kernels in compile dirs are og-rwx, so need to make them readable in
author
deraadt
<deraadt@openbsd.org>
Sat, 3 Jun 2017 22:23:47 +0000
(22:23 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 3 Jun 2017 22:23:47 +0000
(22:23 +0000)
$RELEASEDIR
ok tb rpe
etc/Makefile
patch
|
blob
|
history
diff --git
a/etc/Makefile
b/etc/Makefile
index
2c5a6e5
..
e84927d
100644
(file)
--- a/
etc/Makefile
+++ b/
etc/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.45
5 2017/05/29 10:24:06 florian
Exp $
+# $OpenBSD: Makefile,v 1.45
6 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--