aboutsummaryrefslogtreecommitdiff
path: root/Makefile.instrument
blob: 4f0f5216f67d85f45de92f050a0079261fb347b9 (plain)
1
2
3
4
5
6
7
8
# $Id$

PROG=		pvtrace
SRCS=		trace.c symbols.c stack.c instrument.c
CFLAGS+=	-g -finstrument-functions
NOMAN=

.include <bsd.prog.mk>