summaryrefslogtreecommitdiff
path: root/share/mk/Makefile
blob: fafc20807876073a8254a2c60a55ed73b5ea7eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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>