971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
11 lines
253 B
Makefile
11 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/06/12 01:59:04 mrg Exp $
|
|
|
|
DRIVER= xf86-video-wsfb
|
|
DRIVER_NAME= wsfb_drv
|
|
|
|
SRCS= wsfb_driver.c wsfb_cursor.c
|
|
MAN= wsfb.4
|
|
|
|
CPPFLAGS+= -DHAVE_CONFIG_H -I${X11SRCDIR.${DRIVER}}/../include
|
|
|
|
.include "../Makefile.xf86-driver"
|