diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-09-07 23:32:00 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-09-07 23:32:00 +0000 |
| commit | 5584f22bb3f6664a71dae0b7a83cc974ca130265 (patch) | |
| tree | 137a82c0e0ab75e721a6bb180779a0c227a579d6 /usr.bin/gprof/Makefile | |
| parent | bbfd14472486ef1ecf6b26d4720da3b1b4dfd7af (diff) | |
Notes
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 9aba2131cfcd..29291ccd15b0 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 PROG= gprof -SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ +SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ printgprof.c printlist.c beforeinstall: |
