summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-28 03:59:29 +0000
committerbde <bde@FreeBSD.org>1994-09-28 03:59:29 +0000
commitcab2aa17943023db959e22c7467398c71c941633 (patch)
treeb020b410ea70e9f12a8cd00a79aa3d9e223eb479 /gnu
parent5d7666d68b06b24ecd9e3c1ca27b7aa3feeba271 (diff)
downloadFreeBSD-src-cab2aa17943023db959e22c7467398c71c941633.zip
FreeBSD-src-cab2aa17943023db959e22c7467398c71c941633.tar.gz
Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
logic or lack of checking of truth values. There are too many ways to spell "yes". Some Makefiles spell it as "no".)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index 5233869..7712efc 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -7,6 +7,8 @@ SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c
CLEANFILES+= getdate.c y.tab.h
+NOPROFILE= yes
+
install:
@echo -n
OpenPOWER on IntegriCloud