aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-23 19:49:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-23 19:49:28 +0000
commitb811816356157af11281a36e44a219b30bce7782 (patch)
treefa0bc8111c72ef63f761b9f0d275b348f3e706cb /gnu/usr.bin/cc/Makefile
parent98f03f90302d1d2f1878c8451c5ddf1789eeafce (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r--gnu/usr.bin/cc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index e7823d21ba84..30ec1194d954 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -21,4 +21,8 @@ SUBDIR+= cc1obj
SUBDIR+= f77 f771 f77doc
.endif
+.if !defined(NO_GCOV)
+SUBDIR+= gcov
+.endif
+
.include <bsd.subdir.mk>