From 34c46e53acc85c42a805c55f3bf26add2ffe1d50 Mon Sep 17 00:00:00 2001 From: rtr Date: Wed, 24 Dec 2003 12:44:17 +0000 Subject: [PATCH] Install libxf86config.a Install f86Parser.h xf86Optrec.h incs. --- x11/Xserver/hw/xfree86/xf86config/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/x11/Xserver/hw/xfree86/xf86config/Makefile b/x11/Xserver/hw/xfree86/xf86config/Makefile index 12204f8afa00..ae4a3c263909 100644 --- a/x11/Xserver/hw/xfree86/xf86config/Makefile +++ b/x11/Xserver/hw/xfree86/xf86config/Makefile @@ -1,12 +1,17 @@ -# $NetBSD: Makefile,v 1.1 2003/12/23 03:07:34 rtr Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/24 12:44:17 rtr Exp $ XTODO= cpconfig -.include "../../../Makefile.serverlib" +NOLINT= 1 +NOPIC= 1 +NOPROFILE= 1 .include LIB= xf86config +INCS= xf86Parser.h xf86Optrec.h +INCSDIR=${X11INCDIR} + .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/parser SRCS= DRI.c Device.c Files.c Flags.c Input.c Keyboard.c Layout.c Module.c \ @@ -17,10 +22,10 @@ XSERVERINCDIR!= cd ${NETBSDSRCDIR}/x11/Xserver/include && ${PRINTOBJDIR} CPPFLAGS= -I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/os-support \ -I${XSERVERINCDIR} -# XXX fixme please CPPFLAGS.scan.c= -DXCONFIGDIR=\"/usr/X11R6/lib/X11\" \ -DXCONFIGFILE=\"XF86Config\" \ -DXVERSION="(((4) * 10000000) + (( 3) * 100000) + (( 0) * 1000) + 0)" .include +LIBDIR=${X11USRLIBDIR} .include