1#	$NetBSD: Makefile,v 1.4 2009/06/12 01:59:04 mrg Exp $
2
3DRIVER=		xf86-video-wsfb
4DRIVER_NAME=	wsfb_drv
5
6SRCS=		wsfb_driver.c wsfb_cursor.c
7MAN=		wsfb.4
8
9CPPFLAGS+=	-DHAVE_CONFIG_H -I${X11SRCDIR.${DRIVER}}/../include
10
11.include "../Makefile.xf86-driver"
12