xenocara/share/mk/Makefile
matthieu ecf19b24f5 Remove the REORDER_DEPENDENCIES mechanism.
The xenocara build process is not writing in the source tree.
This and previous commits was done in cooperation with natano@
and deraadt@
2016-10-11 22:36:53 +00:00

14 lines
282 B
Makefile

# $OpenBSD: Makefile,v 1.7 2016/10/11 22:36:53 matthieu Exp $
.include <bsd.own.mk>
FILES= bsd.xconf.mk bsd.xorg.mk package_version.m4
all:
install::
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${X11BASE}/share/mk
.include <bsd.xorg.mk>