aboutsummaryrefslogtreecommitdiff
path: root/Makefile.instrument
blob: e4d2e0e589c61c46d94d7b7e579facbc4b8b469b (plain)
1
2
3
4
5
6
PROG=		pvtrace
SRCS=		trace.c symbols.c stack.c instrument.c
CFLAGS+=	-g -finstrument-functions
NOMAN=

.include <bsd.prog.mk>