add a makefile to build xf86-input-synaptics.
This commit is contained in:
parent
2599cc89ba
commit
017add8611
14
external/mit/xorg/server/drivers/xf86-input-synaptics/Makefile
vendored
Normal file
14
external/mit/xorg/server/drivers/xf86-input-synaptics/Makefile
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user