Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/Xserver/hw/xfree86/drivers/wsfb Call the module wsfb_drv...



details:   https://anonhg.NetBSD.org/src/rev/95efae24bc2a
branches:  trunk
changeset: 571215:95efae24bc2a
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Sun Nov 14 02:47:26 2004 +0000

description:
Call the module wsfb_drv, not wsfb, since that's what a vanilla imake
build of xfree would do.
Build the man page.

diffstat:

 x11/Xserver/hw/xfree86/drivers/wsfb/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 46aefea14089 -r 95efae24bc2a x11/Xserver/hw/xfree86/drivers/wsfb/Makefile
--- a/x11/Xserver/hw/xfree86/drivers/wsfb/Makefile      Sun Nov 14 00:36:21 2004 +0000
+++ b/x11/Xserver/hw/xfree86/drivers/wsfb/Makefile      Sun Nov 14 02:47:26 2004 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2004/11/11 20:04:17 nathanw Exp $
+#      $NetBSD: Makefile,v 1.2 2004/11/14 02:47:26 nathanw Exp $
 
 XMODULEDIR=    ${X11USRLIBDIR}/modules/drivers
 
 .include "../../../../Makefile.serverlib"
 
-MODULE=        wsfb
+MODULE=        wsfb_drv
+MAN=   wsfb.4
 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/drivers/wsfb
 
 SRCS=  wsfb_driver.c



Home | Main Index | Thread Index | Old Index