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:
parent
3dbb6175cd
commit
05f25aae14
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/WIP_GCC31/; revision=88105
10
gnu/usr.bin/cc/gcov/Makefile
Normal file
10
gnu/usr.bin/cc/gcov/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${GCCDIR} ${GCCDIR}/doc
|
||||
|
||||
PROG= gcov
|
||||
SRCS= gcov.c
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user