=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.219 retrieving revision 1.220 diff -c -r1.219 -r1.220 *** src/include/Makefile 2017/04/17 15:53:21 1.219 --- src/include/Makefile 2017/10/06 19:58:37 1.220 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.219 2017/04/17 15:53:21 kettenis Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.220 2017/10/06 19:58:37 naddy Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 100,109 **** cd ${.CURDIR}/$$i && ${RUN_MAKE}; \ done chown -RP ${BINOWN}:${BINGRP} ${DESTDIR}/usr/include ! find ${DESTDIR}/usr/include -type f -print0 | \ ! xargs -0r chmod a=r ! find ${DESTDIR}/usr/include \( -type d -o -type l \) -print0 | \ ! xargs -0r chmod -h u=rwx,go=rx copies: @echo copies: ${LDIRS} --- 100,108 ---- cd ${.CURDIR}/$$i && ${RUN_MAKE}; \ done chown -RP ${BINOWN}:${BINGRP} ${DESTDIR}/usr/include ! find ${DESTDIR}/usr/include \ ! -type f -exec chmod a=r {} + -o \ ! \( -type d -o -type l \) -exec chmod -h u=rwx,go=rx {} + copies: @echo copies: ${LDIRS}