Add `gcov' to the mix.

Requested by:	David Malone <dwmalone@maths.tcd.ie>
PR:	18574
This commit is contained in:
David E. O'Brien 2000-12-23 19:49:28 +00:00
parent 98f03f9030
commit b811816356
2 changed files with 15 additions and 0 deletions

View File

@ -21,4 +21,8 @@ SUBDIR+= cc1obj
SUBDIR+= f77 f771 f77doc
.endif
.if !defined(NO_GCOV)
SUBDIR+= gcov
.endif
.include <bsd.subdir.mk>

View File

@ -0,0 +1,11 @@
# $FreeBSD$
.include "../Makefile.inc"
.PATH: ${GCCDIR}
PROG= gcov
SRCS= gcov.c
NOMAN= 1
.include <bsd.prog.mk>