blob: e134ecfa3a9e2621664aac1d3f0b0ec81521ef95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2010/06/01 20:00:22 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= xfixesproto.h xfixeswire.h
PKGCONFIG= fixesproto.pc
afterinstall: fixesproto.txt
${INSTALL_DATA} ${.CURDIR}/fixesproto.txt \
${DESTDIR}${X11BASE}/share/doc/fixesproto
.include <bsd.xorg.mk>
|