diff options
Diffstat (limited to 'usr.bin/gprof/Makefile')
-rw-r--r-- | usr.bin/gprof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index a24d9cda6c81f..9fa5a90f7449a 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gprof/Makefile,v 1.8 2004/06/20 11:05:25 stefanf Exp $ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \ |