blob: e04b707a2dfe97442b0851d7f145ff851bf993d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.3 2013/09/05 22:14:39 todd Exp $
LIB= txc_dxtn
CPPFLAGS+= -I${X11BASE}/include
HEADERS= txc_dxtn.h
SRCS= txc_compress_dxtn.c txc_fetch_dxtn.c
NOPROFILE=
obj: _xenocara_obj
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
|