=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/gprof/Makefile 2013/07/05 21:29:51 1.20 +++ src/usr.bin/gprof/Makefile 2013/10/17 10:51:57 1.21 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2013/07/05 21:29:51 miod Exp $ +# $OpenBSD: Makefile,v 1.21 2013/10/17 10:51:57 deraadt Exp $ .include @@ -6,11 +6,9 @@ TARGET_MACHINE_CPU?= ${MACHINE_CPU} PROG= gprof -SRCS= gprof.c arcs.c dfn.c lookup.c ${TARGET_MACHINE_CPU}.c hertz.c \ - printgprof.c printlist.c +SRCS= gprof.c arcs.c dfn.c elf.c lookup.c ${TARGET_MACHINE_CPU}.c \ + hertz.c printgprof.c printlist.c CFLAGS+= -I. -DMD_INCLUDE=\"${TARGET_MACHINE_CPU}.h\" - -SRCS+=elf.c beforeinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \