xenocara/share/mk/Makefile
matthieu bbc31bf586 Introduce bsd.xconf.mk to set default config variables used
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
2008-03-25 23:41:50 +00:00

14 lines
276 B
Makefile

# $OpenBSD: Makefile,v 1.3 2008/03/25 23:41:50 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>