2007-03-18 04:26:58 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2007/03/18 10:26:58 matthieu Exp $
|
2006-11-25 07:56:32 -07:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-03-18 04:26:58 -06:00
|
|
|
FILES= automake.dep 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>
|