aboutsummaryrefslogtreecommitdiff
path: root/Makefile.instrument
diff options
context:
space:
mode:
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>