Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / gprof / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/29/93
2 #       $FreeBSD: src/usr.bin/gprof/Makefile,v 1.4.6.1 2002/02/18 16:16:56 ru Exp $
3 #       $DragonFly: src/usr.bin/gprof/Makefile,v 1.2 2003/06/17 04:29:27 dillon Exp $
4
5 PROG=   gprof
6 SRCS=   gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \
7         printgprof.c printlist.c
8 FILES=  gprof.flat gprof.callg
9 FILESDIR=       ${SHAREDIR}/misc
10
11 .include <bsd.prog.mk>