summaryrefslogtreecommitdiff
path: root/math/librandlib
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-06-07 08:40:09 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-06-07 08:40:09 +0000
commit6adc3ac50a96d5574af4f94be317428d0607744b (patch)
tree8a36d5aaddef927bffbbc32bbc41796d7f466292 /math/librandlib
parentUse mkstemp() instean of insecure tmpname(). (diff)
Don't build the profiled lib.
Notes
Notes: svn path=/head/; revision=29301
Diffstat (limited to 'math/librandlib')
-rw-r--r--math/librandlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile
index ca34b4e3473d..c7c8394870f4 100644
--- a/math/librandlib/Makefile
+++ b/math/librandlib/Makefile
@@ -13,6 +13,7 @@ DISTNAME= ranlib.c
MAINTAINER= tg@FreeBSD.org
+MAKE_ENV= NOPROFILE=true
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include <bsd.port.pre.mk>