Add `gcov' to the mix.
Requested by: David Malone <dwmalone@maths.tcd.ie> PR: 18574
This commit is contained in:
parent
98f03f9030
commit
b811816356
@ -21,4 +21,8 @@ SUBDIR+= cc1obj
|
||||
SUBDIR+= f77 f771 f77doc
|
||||
.endif
|
||||
|
||||
.if !defined(NO_GCOV)
|
||||
SUBDIR+= gcov
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
11
gnu/usr.bin/cc/gcov/Makefile
Normal file
11
gnu/usr.bin/cc/gcov/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
|
||||
PROG= gcov
|
||||
SRCS= gcov.c
|
||||
NOMAN= 1
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user