1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/WIP_GCC31/; revision=88105

View File

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