aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-12-23 19:49:29 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-12-23 19:49:29 +0000
commit08f22b4dfb25be2b7197009d5c2f58633c4c7d81 (patch)
treeaab5f9c274a7874ef62d9e2001531a72ec38a33c /gnu/usr.bin/cc
parentf45ad94c453901b01c0556907c49529c983565e9 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/gcov/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/gcov/Makefile b/gnu/usr.bin/cc/gcov/Makefile
new file mode 100644
index 000000000000..e8a5794348c3
--- /dev/null
+++ b/gnu/usr.bin/cc/gcov/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"
+
+.PATH: ${GCCDIR}
+
+PROG= gcov
+SRCS= gcov.c
+NOMAN= 1
+
+.include <bsd.prog.mk>