8 lines
139 B
Makefile
8 lines
139 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/03/14 04:30:13 sommerfe Exp $
|
|
|
|
PROG= gcov
|
|
SRCS= gcov.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|