Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / mit / xorg / server / drivers / xf86-video-ast / Makefile
blobc7ec2579657ee82092e35b9da9734b061d78f412
1 # $NetBSD: Makefile,v 1.5 2014/03/20 05:32:31 mrg Exp $
3 DRIVER= xf86-video-ast
4 DRIVER_NAME= ast_drv
6 SRCS= ast_2dtool.c ast_accel.c ast_cursor.c ast_driver.c
7 SRCS+= ast_mode.c ast_tool.c ast_vgatool.c
9 CPPFLAGS+= -DHAVE_XAA_H
11 CWARNFLAGS.clang+= -Wno-format
13 .include "../Makefile.xf86-driver"