summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-10-17 10:51:57 +0000
committerderaadt <deraadt@openbsd.org>2013-10-17 10:51:57 +0000
commit5c9379d7df97dfcfd7488530f5b11f0c4be28157 (patch)
tree374ce43c1356ae60e6ab1f9e1e0637e2d10d5b16
parentanother lurking ecoff reference is found.. (diff)
downloadwireguard-openbsd-5c9379d7df97dfcfd7488530f5b11f0c4be28157.tar.xz
wireguard-openbsd-5c9379d7df97dfcfd7488530f5b11f0c4be28157.zip
pretty up
-rw-r--r--usr.bin/gprof/Makefile8
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 \