diff options
author | 2013-10-17 10:51:57 +0000 | |
---|---|---|
committer | 2013-10-17 10:51:57 +0000 | |
commit | 5c9379d7df97dfcfd7488530f5b11f0c4be28157 (patch) | |
tree | 374ce43c1356ae60e6ab1f9e1e0637e2d10d5b16 | |
parent | another lurking ecoff reference is found.. (diff) | |
download | wireguard-openbsd-5c9379d7df97dfcfd7488530f5b11f0c4be28157.tar.xz wireguard-openbsd-5c9379d7df97dfcfd7488530f5b11f0c4be28157.zip |
pretty up
-rw-r--r-- | usr.bin/gprof/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index 77760bd9a25..549dfb01f59 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -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 <bsd.own.mk> @@ -6,12 +6,10 @@ TARGET_MACHINE_ARCH?= ${MACHINE_ARCH} 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 \ ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ |