diff --git a/share/mk/Makefile b/share/mk/Makefile index ce1074fd5..7c6723e2e 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/05/08 14:15:29 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2010/05/08 21:09:51 matthieu Exp $ .include @@ -7,6 +7,7 @@ FILES= automake.dep bsd.xconf.mk bsd.xorg.mk all: install:: - ${INSTALL_DATA} ${FILES} ${DESTDIR}${X11BASE}/share/mk + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DESTDIR}${X11BASE}/share/mk .include