diff --git a/src/include/Makefile b/src/include/Makefile index ffd0ea37..1731b167 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.173 2013/08/10 14:38:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.174 2013/08/12 11:48:22 kettenis Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -140,7 +140,7 @@ copies: cd ../sys; \ pax -rw -pa -L \ `find ${LDIRS} -follow -type f -name '*.h' '!' \ - '(' -path 'dev/microcode/*' -or -path 'dev/pci/drm/i915/*' ')' \ + '(' -path 'dev/microcode/*' -or -path 'dev/pci/drm/*/*' ')' \ -print` ${DESTDIR}/usr/include cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_CPU} machine ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \