minix/external/mit/xorg/server/drivers/xf86-video-wsfb/Makefile

12 lines
253 B
Makefile
Raw Normal View History

# $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"