blob: 182767380db35afc5e858e380aedbd548f110ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2008/08/03 03:17:16 mrg Exp $
.include "../../Makefile.serverlib"
.include "../../Makefile.servermod"
LIB= xpstubs
.PATH: ${X11SRCDIR.xorg-server}/dix
SRCS= xpstubs.c
CPPFLAGS+= ${X11FLAGS.DIX} ${X11INCS.DIX} \
-I${DESTDIR}${X11INCDIR}/xorg
.include <bsd.x11.mk>
.include <bsd.lib.mk>
|