Changes in order to compile GCC 3.0.2.

This commit is contained in:
David E. O'Brien 2001-12-18 03:22:23 +00:00
parent 3dbb6175cd
commit 05f25aae14

View File

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