Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / x11 / Xserver / hw / xfree86 / xf86config / Makefile
blob5548f252b4f70a9be9b9204d173117e6265c9b4f
1 # $NetBSD: Makefile,v 1.3 2004/02/06 11:58:56 rtr Exp $
3 XTODO= cpconfig
5 NOLINT= 1
6 NOPIC= 1
7 NOPROFILE= 1
9 .include <bsd.own.mk>
11 LIB= xf86config
12 INCS= xf86Parser.h xf86Optrec.h
13 INCSDIR=${X11INCDIR}
15 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/parser
17 SRCS= DRI.c Device.c Files.c Flags.c Input.c Keyboard.c Layout.c Module.c \
18 Video.c Monitor.c Pointer.c Screen.c Vendor.c read.c scan.c write.c
20 XSERVERINCDIR!= cd ${NETBSDSRCDIR}/x11/Xserver/include && ${PRINTOBJDIR}
22 CPPFLAGS= -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \
23 -I${XSERVERINCDIR}
25 CPPFLAGS.scan.c= -DXCONFIGDIR=\"${X11ETCDIR}\" \
26 -DXCONFIGFILE=\"XF86Config\" \
27 -DXVERSION="${XVERSION}"
29 .include <bsd.x11.mk>
30 XVERSION!= ${PRINTX11VERSION}
31 LIBDIR=${X11USRLIBDIR}
32 .include <bsd.lib.mk>