blob: 0edfa94d1f2be583ed315fd0ce754a489c5f9671 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.1 2006/11/25 14:56:32 matthieu Exp $
.include <bsd.own.mk>
FILES= bsd.xorg.mk
all:
install::
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${X11BASE}/share/mk
.include <bsd.xorg.mk>
|