diff options
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r-- | share/mk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.own.mk> @@ -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 <bsd.xorg.mk> |