summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 10:27:05 +0000
commitb7946da96b4498519f66f3f5fe72d1474bf13f7d (patch)
tree756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/gprof
parent01cc221b4cb01158146875b6acbd412cbbef4a88 (diff)
downloadsrc-test2-b7946da96b4498519f66f3f5fe72d1474bf13f7d.tar.gz
src-test2-b7946da96b4498519f66f3f5fe72d1474bf13f7d.zip
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile
index a24d9cda6c81..506232597a42 100644
--- a/usr.bin/gprof/Makefile
+++ b/usr.bin/gprof/Makefile
@@ -7,4 +7,6 @@ SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
FILES= gprof.flat gprof.callg
FILESDIR= ${SHAREDIR}/misc
+WARNS?= 1
+
.include <bsd.prog.mk>