diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-12-23 19:49:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-12-23 19:49:29 +0000 |
| commit | 08f22b4dfb25be2b7197009d5c2f58633c4c7d81 (patch) | |
| tree | aab5f9c274a7874ef62d9e2001531a72ec38a33c /gnu/usr.bin/cc | |
| parent | f45ad94c453901b01c0556907c49529c983565e9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/gcov/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/gcov/Makefile b/gnu/usr.bin/cc/gcov/Makefile new file mode 100644 index 000000000000..e8a5794348c3 --- /dev/null +++ b/gnu/usr.bin/cc/gcov/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.include "../Makefile.inc" + +.PATH: ${GCCDIR} + +PROG= gcov +SRCS= gcov.c +NOMAN= 1 + +.include <bsd.prog.mk> |
