13 lines
192 B
Makefile
13 lines
192 B
Makefile
# $OpenBSD: Makefile,v 1.1 2014/04/14 19:20:17 matthieu Exp $
|
|
|
|
LIB= xcb-present
|
|
|
|
HEADERS= present.h
|
|
|
|
SRCS= present.c
|
|
|
|
PKGCONFIG= xcb-present.pc
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.xorg.mk>
|