11 lines
177 B
Makefile
11 lines
177 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/23 14:43:12 matthieu Exp $
|
||
|
|
||
|
SUBLIB= aux
|
||
|
|
||
|
SRCS= xcb_aux.c
|
||
|
|
||
|
HEADERS= xcb_aux.h xcb_bitops.h
|
||
|
|
||
|
.include <bsd.lib.mk>
|
||
|
.include <bsd.xorg.mk>
|