add a makefile to build xf86-input-synaptics.

This commit is contained in:
mrg 2011-01-29 02:32:36 +00:00
parent 2599cc89ba
commit 017add8611

View File

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2011/01/29 02:32:36 mrg Exp $
DRIVER= xf86-input-synaptics
DRIVER_NAME= synaptics_drv
SRCS= synaptics.c alpscomm.c ps2comm.c properties.c
#SRCS+= psmcomm.c
CPPFLAGS+= -I${X11SRCDIR.${DRIVER}}/include
CPPFLAGS+= -DHAVE_CONFIG_H -I${X11SRCDIR.${DRIVER}}/../include
MAN= synaptics.4
.include "../Makefile.xf86-driver"