diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 18:03:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 18:03:10 +0000 |
commit | 5ccf0d5692a9287c369ef973c5bd903ae4e5a46e (patch) | |
tree | d66b48cd0fa026b8910a15a71fe1752f95a1e862 /lib/expat/Makefile | |
parent | 4ed9a879106983aace0d1b525b7ecbc8ec2b130f (diff) |
Disable profiled libs.
Diffstat (limited to 'lib/expat/Makefile')
-rw-r--r-- | lib/expat/Makefile | 6 |
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> |