diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-10-30 15:54:09 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-10-30 15:54:09 +0000 |
| commit | 3fc980b13595d56a312a2a0c752f76902a72b2f7 (patch) | |
| tree | 3af54369ee3af34acc584ccf59baf1a0dc95e078 /usr.bin/gprof/Makefile | |
| parent | a296c021c2ebee992e76d036d2c3f699588d4a7b (diff) | |
Notes
Diffstat (limited to 'usr.bin/gprof/Makefile')
| -rw-r--r-- | usr.bin/gprof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index 29291ccd15b0..cc5a276ada97 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,8 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 +# $FreeBSD$ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ - printgprof.c printlist.c + printgprof.c printlist.c kernel.c beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ |
