Disable profiled libs.

This commit is contained in:
matthieu 2006-11-29 18:03:09 +00:00
parent 4a79b39237
commit 111eb3bc11
5 changed files with 14 additions and 5 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/11/27 19:56:35 matthieu Exp $
# $OpenBSD: Makefile,v 1.4 2006/11/29 18:03:09 matthieu Exp $
FREETYPESRC= ${.CURDIR}/src
@ -54,6 +54,8 @@ freetype-config: freetype-config.in
< ${.CURDIR}/builds/unix/freetype-config.in \
> freetype-config
NOPROFILE=
.include <bsd.lib.mk>
.include <bsd.xorg.mk>

View File

@ -388,6 +388,7 @@ x86_xform2.o: matypes.h
x86_xform3.o: matypes.h
x86_xform4.o: matypes.h
NOPROFILE=
.include <bsd.lib.mk>
.include <bsd.xorg.mk>

View File

@ -117,7 +117,7 @@ CPPFLAGS+= -I${DIST}/include \
-I${GLU}/libnurbs/nurbtess \
-DLIBRARYBUILD -D_EXTENSIONS_
NOPROFILE=
.include <bsd.lib.mk>
.include <bsd.xorg.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2006/11/29 14:45:19 matthieu Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $
DIST= ${.CURDIR}/../../dist/Mesa
GLW= ${DIST}/src/glw
@ -26,6 +26,10 @@ includes:
eval "$$j"; \
done
beforeinstall: includes
NOPROFILE=
.include <bsd.lib.mk>
.include <bsd.xorg.mk>