From 2fdcac737582319d0dad37206148a5eea117c207 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 28 Sep 1994 03:59:29 +0000 Subject: [PATCH] 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".) --- gnu/usr.bin/cvs/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 5233869b573..7712efc6e89 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