aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/gcov/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/gcov/Makefile')
-rw-r--r--gnu/usr.bin/cc/gcov/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/usr.bin/cc/gcov/Makefile b/gnu/usr.bin/cc/gcov/Makefile
deleted file mode 100644
index 9a87c028a31b..000000000000
--- a/gnu/usr.bin/cc/gcov/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-.include "../Makefile.inc"
-.include "../Makefile.ver"
-
-.PATH: ${GCCDIR} ${GCCDIR}/doc
-
-PROG= gcov
-SRCS= gcov.c version.c errors.c
-MAN= gcov.1
-
-DPADD= ${LIBIBERTY}
-LDADD= ${LIBIBERTY}
-
-.include <bsd.prog.mk>