summaryrefslogtreecommitdiff
path: root/lib/expat/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-29 18:03:10 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-29 18:03:10 +0000
commit5ccf0d5692a9287c369ef973c5bd903ae4e5a46e (patch)
treed66b48cd0fa026b8910a15a71fe1752f95a1e862 /lib/expat/Makefile
parent4ed9a879106983aace0d1b525b7ecbc8ec2b130f (diff)
Disable profiled libs.
Diffstat (limited to 'lib/expat/Makefile')
-rw-r--r--lib/expat/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/expat/Makefile b/lib/expat/Makefile
index 9fc42dd20..2c3e31069 100644
--- a/lib/expat/Makefile
+++ b/lib/expat/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
-# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $
.include <bsd.own.mk>
DIST= ${.CURDIR}
@@ -23,6 +23,8 @@ includes:
${DIST}/lib/expat_external.h \
${DESTDIR}${X11BASE}/include/expat_external.h
+NOPROFILE=
+
.include <bsd.lib.mk>
.include <bsd.xorg.mk>