freebsd-dev/gnu/usr.bin/cc/gcov/Makefile
David E. O'Brien b811816356 Add `gcov' to the mix.
Requested by:	David Malone <dwmalone@maths.tcd.ie>
PR:	18574
2000-12-23 19:49:28 +00:00

12 lines
116 B
Makefile

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