=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.470 retrieving revision 1.471 diff -c -r1.470 -r1.471 *** src/etc/Makefile 2019/06/19 16:20:58 1.470 --- src/etc/Makefile 2019/08/12 09:49:21 1.471 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.470 2019/06/19 16:20:58 deraadt Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.471 2019/08/12 09:49:21 claudio Exp $ .include *************** *** 154,160 **** ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp cd rpki; \ ! ${INSTALL} -c -o root -g wheel -m 600 \ afrinic.tal apnic.tal lacnic.tal ripe.tal \ ${DESTDIR}/etc/rpki cd examples; \ --- 154,160 ---- ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp cd rpki; \ ! ${INSTALL} -c -o root -g wheel -m 644 \ afrinic.tal apnic.tal lacnic.tal ripe.tal \ ${DESTDIR}/etc/rpki cd examples; \