xenocara/share/mk/Makefile
matthieu 0aeea70505 Don't use INSTALL_DATA here, it's not defined for initial bootstrap
(then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks.
2010-05-08 21:09:51 +00:00

14 lines
276 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/05/08 21:09:51 matthieu Exp $
.include <bsd.own.mk>
FILES= automake.dep bsd.xconf.mk bsd.xorg.mk
all:
install::
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${X11BASE}/share/mk
.include <bsd.xorg.mk>