freebsd-dev/gnu/usr.bin/cc/gcov/Makefile

12 lines
116 B
Makefile
Raw Normal View History

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