xref: /dragonfly/usr.bin/flame_graph/Makefile (revision cee4aeda)
1
2.PATH: ${.CURDIR}/../systat
3
4PROG=	flame_graph
5CFLAGS+= -I${.CURDIR}/../systat -I${.CURDIR}/../../sys
6SRCS=	main.c symbols.c collect.c process.c
7NOMAN=TRUE
8
9.include <bsd.prog.mk>
10