13 lines
188 B
Makefile
13 lines
188 B
Makefile
# $OpenBSD: Makefile,v 1.1 2018/09/11 19:34:56 matthieu Exp $
|
|
|
|
LIB= xcb-xinput
|
|
|
|
HEADERS= xinput.h
|
|
|
|
SRCS= xinput.c
|
|
|
|
PKGCONFIG= xcb-xinput.pc
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.xorg.mk>
|