Home | History | Annotate | Line # | Download | only in xf86-video-chips
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2008/08/03 07:32:03 rtr Exp $
      2 
      3 DRIVER=		xf86-video-chips
      4 DRIVER_NAME=	chips_drv
      5 
      6 SRCS=		ct_accel.c ct_bank.c ct_cursor.c ct_ddc.c ct_dga.c
      7 SRCS+=		ct_driver.c ct_regs.c ct_shadow.c ct_video.c
      8 MAN=		chips.4
      9 
     10 .include "../Makefile.xf86-driver"
     11