Home | History | Annotate | Line # | Download | only in config
      1 #	$NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:13 mrg Exp $
      2 
      3 .include "../Makefile.serverlib"
      4 .include "../Makefile.servermod"
      5 
      6 LIB=		config
      7 .PATH:		${X11SRCDIR.xorg-server}/config
      8 
      9 SRCS=		config.c
     10 
     11 CPPFLAGS+=	${X11FLAGS.DIX}
     12 CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/include \
     13 		-I${X11SRCDIR.xorg-server}/Xext \
     14 		-I${DESTDIR}${X11INCDIR}/X11 \
     15 		-I${DESTDIR}${X11INCDIR}/xorg \
     16 		-I${DESTDIR}${X11INCDIR}/pixman-1 \
     17 		-I${X11SRCDIR.xorg-server}/../include
     18 
     19 .include <bsd.x11.mk>
     20 .include <bsd.lib.mk>
     21