2008-03-25 17:41:50 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2008/03/25 23:41:50 matthieu Exp $
|
2006-11-25 07:56:32 -07:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2008-03-25 17:41:50 -06:00
|
|
|
FILES= automake.dep bsd.xconf.mk bsd.xorg.mk
|
2006-11-25 07:56:32 -07:00
|
|
|
|
|
|
|
all:
|
|
|
|
|
|
|
|
install::
|
|
|
|
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
|
|
${DESTDIR}${X11BASE}/share/mk
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|