summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libtxc_dxtn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libtxc_dxtn/Makefile b/lib/libtxc_dxtn/Makefile
index f4911e32f..e04b707a2 100644
--- a/lib/libtxc_dxtn/Makefile
+++ b/lib/libtxc_dxtn/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2013/09/05 20:23:05 todd Exp $
+# $OpenBSD: Makefile,v 1.3 2013/09/05 22:14:39 todd Exp $
LIB= txc_dxtn
@@ -7,6 +7,8 @@ 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>