aboutsummaryrefslogtreecommitdiff
path: root/Makefile.instrument
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2008-05-17 16:03:18 +0000
committerDimitri Sokolyuk <demon@dim13.org>2008-05-17 16:03:18 +0000
commit93ebb28c47aa021378249dcb34f215be14360230 (patch)
tree9c090d512ec8384297fbc5e5c904a4785dfe6713 /Makefile.instrument
pvtrace
Diffstat (limited to 'Makefile.instrument')
-rw-r--r--Makefile.instrument8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.instrument b/Makefile.instrument
new file mode 100644
index 0000000..4f0f521
--- /dev/null
+++ b/Makefile.instrument
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= pvtrace
+SRCS= trace.c symbols.c stack.c instrument.c
+CFLAGS+= -g -finstrument-functions
+NOMAN=
+
+.include <bsd.prog.mk>