Remove buf->b_saveaddr, assert that vmapbuf() is only called on pbuf's. Pass
[dragonfly.git] / usr.bin / gprof / Makefile
blob868088ec24fa1fa699c104bc2c8e75212c79d84d
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 $
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
11 .include <bsd.prog.mk>